From mboxrd@z Thu Jan 1 00:00:00 1970 From: rpeterso@sourceware.org Date: 11 May 2007 20:10:37 -0000 Subject: [Cluster-devel] cluster/gfs2/mount util.c Message-ID: <20070511201037.12446.qmail@sourceware.org> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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 } };