Changes by: aia21
Update of /cvs/linux-ntfs/ntfsprogs
In directory delta357:/tmp/cvs-serv3630
Modified Files:
ChangeLog
Log Message:
- Empty the journal at mount time. (Anton)
- Set the volume dirty bit at mount time (if it is not set already and
clear it again at umount time but only if it was not set to start
with. (Anton)
Index: ChangeLog
===================================================================
RCS file: /cvs/linux-ntfs/ntfsprogs/ChangeLog,v
retrieving revision 1.422
retrieving revision 1.423
diff -u -p -r1.422 -r1.423
--- ChangeLog 25 Nov 2006 17:37:37 -0000 1.422
+++ ChangeLog 28 Nov 2006 10:09:56 -0000 1.423
@@ -80,6 +80,10 @@ xx/xx/2006 - x.xx.x - .
- Introduce MNT_NTFS_NOT_EXCLUSIVE mount option that tells libntfs do
not open volume exclusively. Useful if libntfs user cares about this
himself, eg. FUSE with blkdev option. (Yura)
+ - Empty the journal at mount time. (Anton)
+ - Set the volume dirty bit at mount time (if it is not set already and
+ clear it again at umount time but only if it was not set to start
+ with. (Anton)
21/06/2006 - 1.13.1 - Various fixes.
|