Skip to content

Commit

Permalink
GFS2: Remove space from slab cache name
Browse files Browse the repository at this point in the history
Apparently this might confuse parsers.

Reported-by: Christoph Hellwig <[email protected]>
Signed-off-by: Steven Whitehouse <[email protected]>
  • Loading branch information
swhiteho committed Mar 29, 2010
1 parent b72c409 commit 7c9a84a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/gfs2/main.c
Original file line number Diff line number Diff line change
@@ -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);

0 comments on commit 7c9a84a

Please sign in to comment.