[Cluster-devel] cluster/gfs-kernel/src/gfs ops_fstype.c

rpeterso at sourceware.org rpeterso at sourceware.org
Tue Jun 19 14:25:04 UTC 2007


CVSROOT:	/cvs/cluster
Module name:	cluster
Branch: 	RHEL5
Changes by:	rpeterso at sourceware.org	2007-06-19 14:25:04

Modified files:
	gfs-kernel/src/gfs: ops_fstype.c 

Log message:
	Resolves: bz 240570: Can't mount GFS file system on AoE device

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs-kernel/src/gfs/ops_fstype.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.28.2.2&r2=1.28.2.3

--- cluster/gfs-kernel/src/gfs/ops_fstype.c	2006/12/21 20:55:24	1.28.2.2
+++ cluster/gfs-kernel/src/gfs/ops_fstype.c	2007/06/19 14:25:04	1.28.2.3
@@ -178,6 +178,9 @@
 	snprintf(sdp->sd_proto_name, 256, "%s", proto);
 	snprintf(sdp->sd_table_name, 256, "%s", table);
 
+	while ((table = strchr(sdp->sd_table_name, '/')))
+		*table = '_';
+
  out:
 	kfree(sb);
 




More information about the Cluster-devel mailing list