[Ocfs2-tools-commits] mfasheh commits r1100 - trunk/mount.ocfs2

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Tue Oct 4 17:08:34 CDT 2005


Author: mfasheh
Date: 2005-10-04 17:08:33 -0500 (Tue, 04 Oct 2005)
New Revision: 1100

Modified:
   trunk/mount.ocfs2/mount.ocfs2.c
Log:
* print all mount options in mtab



Modified: trunk/mount.ocfs2/mount.ocfs2.c
===================================================================
--- trunk/mount.ocfs2/mount.ocfs2.c	2005-10-03 22:55:06 UTC (rev 1099)
+++ trunk/mount.ocfs2/mount.ocfs2.c	2005-10-04 22:08:33 UTC (rev 1100)
@@ -377,7 +377,7 @@
 
 	update_mtab_entry(mo.dev, mo.dir, OCFS2_FS_NAME,
 			  fix_opts_string(((mo.flags & ~MS_NOMTAB) | MS_NETDEV),
-					  mo.xtra_opts, NULL),
+					  extra, NULL),
 			  mo.flags, 0, 0);
 
 	block_signals (SIG_UNBLOCK);



More information about the Ocfs2-tools-commits mailing list