Changes by: yura
Update of /cvs/linux-ntfs/ntfsprogs
In directory delta357:/tmp/cvs-serv28325
Modified Files:
ChangeLog
Log Message:
ntfsmount: Umount volume in DESTROY. This is guarantees that all data would be s
ynced before umount return for volumes mounted with blkdev option.
Thanks to Miklos for information about blkdev.
Index: ChangeLog
===================================================================
RCS file: /cvs/linux-ntfs/ntfsprogs/ChangeLog,v
retrieving revision 1.420
retrieving revision 1.421
diff -u -p -r1.420 -r1.421
--- ChangeLog 21 Nov 2006 16:24:37 -0000 1.420
+++ ChangeLog 25 Nov 2006 14:57:54 -0000 1.421
@@ -74,6 +74,9 @@ xx/xx/2006 - x.xx.x - .
windows. (Yura)
- ntfsmount: Fix free clusters and MFT records calculation. (Yura)
- ntfsmount: Fix st_blocks calculation. (Yuval, Yura)
+ - ntfsmount: Umount volume in DESTROY. This is guarantees that all
+ data would be synced before umount return for volumes mounted with
+ blkdev option. (Yura)
21/06/2006 - 1.13.1 - Various fixes.
|