Changes by: uvman
Update of /cvs/linux-ntfs/ntfsprogs
In directory delta357:/tmp/cvs-serv10012
Modified Files:
ChangeLog
Log Message:
ni->allocated_size for resident files is rounded up to multiples of 8. A '>> 9' on such value may round up or down. Fix it to always round up. Samba 3 use st_blocks to detect if a file is sparse. ActiveSync 4 fails on sparse files.
Index: ChangeLog
===================================================================
RCS file: /cvs/linux-ntfs/ntfsprogs/ChangeLog,v
retrieving revision 1.435
retrieving revision 1.436
diff -u -p -r1.435 -r1.436
--- ChangeLog 3 Jan 2007 18:27:10 -0000 1.435
+++ ChangeLog 7 Jan 2007 19:08:22 -0000 1.436
@@ -129,6 +129,7 @@ xx/01/2007 - 2.0.0 - ntfsmount sports fu
- ntfsmount: Remove "show_sys_files" as potential harmful and
introduce new "case_insensitive" option to support both case
sensitive and insensitive mounts. (Yura)
+ - ntfsmount: st_block calculation was wrong for resident files. (Yuval)
21/06/2006 - 1.13.1 - Various fixes.
|