Changes by: cha0smaster
Update of /cvsroot/linux-ntfs/ntfsprogs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16762
Modified Files:
ChangeLog
Log Message:
Fix ntfs_is_cb_compressed for nasty runlist merging case in which
compression block was incorrectly treated as not compressed.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/linux-ntfs/ntfsprogs/ChangeLog,v
retrieving revision 1.258
retrieving revision 1.259
diff -u -p -r1.258 -r1.259
--- ChangeLog 1 Aug 2005 22:10:38 -0000 1.258
+++ ChangeLog 3 Aug 2005 21:25:42 -0000 1.259
@@ -25,6 +25,8 @@ xx/xx/xxxx - 1.12.0-WIP
- Make find work correctly on volumes mounted by ntfsmount. (Yura)
- Replaced all occurances of ENOTSUP to EOPNOTSUPP to be in better
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)
20/07/2005 - 1.11.1 - Fix several ntfsmount bugs.
|