projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b72c409
)
GFS2: Remove space from slab cache name
author
Steven Whitehouse
<swhiteho@redhat.com>
Fri, 12 Mar 2010 17:05:31 +0000
(17:05 +0000)
committer
Steven Whitehouse
<swhiteho@redhat.com>
Mon, 29 Mar 2010 13:26:49 +0000
(14:26 +0100)
Apparently this might confuse parsers.
Reported-by: Christoph Hellwig <hch@infradead.org>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
fs/gfs2/main.c
patch
|
blob
|
history
diff --git
a/fs/gfs2/main.c
b/fs/gfs2/main.c
index
a88fadc
..
fb2a5f9
100644
(file)
--- 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);