Changes by: yura
Update of /cvs/linux-ntfs/ntfsprogs/include/ntfs
In directory delta357:/tmp/cvs-serv16758/include/ntfs
Modified Files:
volume.h
Log Message:
one place with mount option description
Index: volume.h
===================================================================
RCS file: /cvs/linux-ntfs/ntfsprogs/include/ntfs/volume.h,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -p -r1.27 -r1.28
--- volume.h 28 Nov 2006 10:09:57 -0000 1.27
+++ volume.h 11 Dec 2006 03:03:30 -0000 1.28
@@ -60,10 +60,7 @@ typedef enum {
NTFS_MNT_NOATIME = 2,
NTFS_MNT_CASE_SENSITIVE = 4,
NTFS_MNT_NOT_EXCLUSIVE = 8,
- NTFS_MNT_FORENSIC = 16, /* Mount for forensic purposes, i.e. do
- not do any writing at all during the
- mount, i.e. no journal emptying, no
- dirty bit setting, etc. */
+ NTFS_MNT_FORENSIC = 16,
} ntfs_mount_flags;
/**
|