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

cfeist at sourceware.org cfeist at sourceware.org
Thu Jul 26 16:34:33 UTC 2007


CVSROOT:	/cvs/cluster
Module name:	cluster
Branch: 	RHEL51
Changes by:	cfeist at sourceware.org	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);




More information about the Cluster-devel mailing list