Changes by: szaka
Update of /cvsroot/linux-ntfs/ntfsprogs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6730
Modified Files:
ChangeLog
Log Message:
Fix for ntfs_rl_truncate() EIO: always set the correct size for $BadClus:$Bad,
even if Windows set it incorrectly
Index: ChangeLog
===================================================================
RCS file: /cvsroot/linux-ntfs/ntfsprogs/ChangeLog,v
retrieving revision 1.259
retrieving revision 1.260
diff -u -p -r1.259 -r1.260
--- ChangeLog 3 Aug 2005 21:25:42 -0000 1.259
+++ ChangeLog 3 Aug 2005 22:40:29 -0000 1.260
@@ -27,6 +27,8 @@ xx/xx/xxxx - 1.12.0-WIP
harmony with the kernel driver. (Szaka)
- Fix ntfs_is_cb_compressed for nasty runlist merging case in which
compression block was incorrectly treated as not compressed. (Yura)
+ - ntfsresize: fix for ntfs_rl_truncate() EIO: always set the correct
+ size for $BadClus:$Bad, even if Windows set it incorrectly. (Szaka)
20/07/2005 - 1.11.1 - Fix several ntfsmount bugs.
|