[Cluster-devel] cluster/gfs2/mount util.c

rpeterso at sourceware.org rpeterso at sourceware.org
Fri May 11 20:10:37 UTC 2007


CVSROOT:	/cvs/cluster
Module name:	cluster
Branch: 	RHEL5
Changes by:	rpeterso at sourceware.org	2007-05-11 20:10:37

Modified files:
	gfs2/mount     : util.c 

Log message:
	Resolves: Bugzilla Bug 239844: mount.gfs2 doesn't work when _netdev
	is used in /etc/fstab.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/mount/util.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.18.2.3&r2=1.18.2.4

--- cluster/gfs2/mount/util.c	2007/01/02 20:18:44	1.18.2.3
+++ cluster/gfs2/mount/util.c	2007/05/11 20:10:36	1.18.2.4
@@ -58,6 +58,7 @@
   { "nouser",   0, 1, 0  },             /* Forbid ordinary user to mount */
   { "owner",    0, 0, 0  },             /* Let the owner of the device mount */
   { "noowner",  0, 1, 0  },             /* Device owner has no special privs */
+  { "_netdev",  0, 0, 0  },             /* Network device required (netfs) */
   { NULL,       0, 0, 0	 }
 };
 




More information about the Cluster-devel mailing list