[Cluster-devel] [PATCH 01/11] GFS2: Remove space from slab cache name

Steven Whitehouse swhiteho at redhat.com
Mon May 17 12:40:15 UTC 2010


Apparently this might confuse parsers.

Reported-by: Christoph Hellwig <hch at infradead.org>
Signed-off-by: Steven Whitehouse <swhiteho at redhat.com>
---
 fs/gfs2/main.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/fs/gfs2/main.c b/fs/gfs2/main.c
index a88fadc..fb2a5f9 100644
--- a/fs/gfs2/main.c
+++ b/fs/gfs2/main.c
@@ -94,7 +94,7 @@ static int __init init_gfs2_fs(void)
 	if (!gfs2_glock_cachep)
 		goto fail;
 
-	gfs2_glock_aspace_cachep = kmem_cache_create("gfs2_glock (aspace)",
+	gfs2_glock_aspace_cachep = kmem_cache_create("gfs2_glock(aspace)",
 					sizeof(struct gfs2_glock) +
 					sizeof(struct address_space),
 					0, 0, gfs2_init_gl_aspace_once);
-- 
1.6.2.5




More information about the Cluster-devel mailing list