CVSROOT: /cvs/cluster
Module name: cluster
Branch: RHEL5
Changes by: [EMAIL PROTECTED] 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);