Changes by: antona
Update of /cvsroot/linux-ntfs/linux-ntfs/libntfs
In directory usw-pr-cvs1:/tmp/cvs-serv13768
Modified Files:
volume.c
Log Message:
Improve function description.
Index: volume.c
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/libntfs/volume.c,v
retrieving revision 1.36
retrieving revision 1.37
diff -U2 -r1.36 -r1.37
--- volume.c 23 Apr 2002 23:27:33 -0000 1.36
+++ volume.c 25 Apr 2002 08:19:32 -0000 1.37
@@ -655,5 +655,5 @@
* to find the device @file in /etc/mtab (or wherever this is kept on the
* running system). If it is not found, assume the device is not mounted and
- * return 0.
+ * return 0 and set *mnt_falgs to zero.
*
* If the device @file is found, set the NTFS_MF_MOUNTED flags in @mnt_flags.
|