Changes by: antona
Update of /cvsroot/linux-ntfs/linux-ntfs
In directory usw-pr-cvs1:/tmp/cvs-serv25870
Modified Files:
ChangeLog
Log Message:
Fixup the force option in mkntfs.c. Change the ntfs_check_if_mounted so it works on system not implementing {set,get,end}mntent, too. Also make it more powerful in telling us not only if something is mounted but also if it is the fs root and if it is read-only.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -U2 -r1.47 -r1.48
--- ChangeLog 22 Apr 2002 10:34:31 -0000 1.47
+++ ChangeLog 23 Apr 2002 23:27:32 -0000 1.48
@@ -53,4 +53,5 @@
ntfs_decompress_mapping_pairs().
- Add libntfs/debug.c providing ntfs_debug_dump_run_list().
+ - Add new API call ntfs_check_if_mounted() to volume.[ch].
12/03/2002 - 1.6.0 - More mkntfs options and cleanups.
|