CVSROOT:        /cvs/cluster
Module name:    cluster
Branch:         RHEL51
Changes by:     [EMAIL PROTECTED]       2007-07-26 16:34:33

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=RHEL51&r1=1.20.2.4.2.1&r2=1.20.2.4.2.2

--- cluster/gfs2/mount/mount.gfs2.c     2007/07/19 22:21:20     1.20.2.4.2.1
+++ cluster/gfs2/mount/mount.gfs2.c     2007/07/26 16:34:32     1.20.2.4.2.2
@@ -199,7 +199,7 @@
                exit(EXIT_SUCCESS);
        }
 
-       check_sys_fs(fsname);
+       /* check_sys_fs(fsname); */
 
        read_options(argc, argv, &mo);
        check_options(&mo);

Reply via email to