Changes by: yura
Update of /cvs/linux-ntfs/ntfsprogs
In directory delta357:/tmp/cvs-serv16920
Modified Files:
ChangeLog
Log Message:
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.
Index: ChangeLog
===================================================================
RCS file: /cvs/linux-ntfs/ntfsprogs/ChangeLog,v
retrieving revision 1.421
retrieving revision 1.422
diff -u -p -r1.421 -r1.422
--- ChangeLog 25 Nov 2006 14:57:54 -0000 1.421
+++ ChangeLog 25 Nov 2006 17:37:37 -0000 1.422
@@ -77,6 +77,9 @@ xx/xx/2006 - x.xx.x - .
- ntfsmount: Umount volume in DESTROY. This is guarantees that all
data would be synced before umount return for volumes mounted with
blkdev option. (Yura)
+ - 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)
21/06/2006 - 1.13.1 - Various fixes.
|