Changes by: antona
Update of /cvsroot/linux-ntfs/ntfs-driver-tng
In directory usw-pr-cvs1:/tmp/cvs-serv1897
Modified Files:
ChangeLog
Log Message:
More todo items.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/linux-ntfs/ntfs-driver-tng/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -U2 -r1.61 -r1.62
--- ChangeLog 10 Feb 2002 04:31:06 -0000 1.61
+++ ChangeLog 11 Feb 2002 01:46:25 -0000 1.62
@@ -15,4 +15,9 @@
further run list parts. Still need to go through attrib.c::
merge_run_lists() and its helpers.
+ - Add preemt_{enable,disable,enable_no_resched} in compession engine
+ for 2.5.4-pre6.
+ - Replace bdevname(sb->s_dev) with sb->s_id.
+ - Replace size determination in read_super() with
+ sb->s_bdev->bd_inode->i_size (in bytes).
- When upgrading to 2.5.4-pre2, set s_maxbytes to MAX_LFS_FILESIZE, but
still need to be careful on reading/truncating as there are still
|