From mboxrd@z Thu Jan 1 00:00:00 1970 From: cfeist@sourceware.org Date: 26 Jul 2007 16:36:43 -0000 Subject: [Cluster-devel] cluster/gfs2/mount mount.gfs2.c Message-ID: <20070726163643.27932.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: cfeist at sourceware.org 2007-07-26 16:36:43 Modified files: gfs2/mount : mount.gfs2.c Log message: - Comment out check_sys_fs do to bz#247853, this check should happen after we try to load the module. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/mount/mount.gfs2.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.20.2.5&r2=1.20.2.6 --- cluster/gfs2/mount/mount.gfs2.c 2007/07/19 22:21:50 1.20.2.5 +++ cluster/gfs2/mount/mount.gfs2.c 2007/07/26 16:36:43 1.20.2.6 @@ -199,7 +199,7 @@ exit(EXIT_SUCCESS); } - check_sys_fs(fsname); + /* check_sys_fs(fsname); */ read_options(argc, argv, &mo); check_options(&mo);