Merge branch 'for-linus' of git://git.monstr.eu/linux-2.6-microblaze
[sfrench/cifs-2.6.git] / fs / gfs2 / main.c
index a88fadc704bb228b82f179c356625ab4af4a12f9..fb2a5f93b7c3bf088f1a1c10556fd99cf56da4e5 100644 (file)
@@ -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);