diff options
Diffstat (limited to 'fs/gfs2/main.c')
-rw-r--r-- | 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 7903be735fe9..21508a13bb78 100644 --- a/fs/gfs2/main.c +++ b/fs/gfs2/main.c | |||
@@ -77,7 +77,7 @@ static int __init init_gfs2_fs(void) | |||
77 | error = -ENOMEM; | 77 | error = -ENOMEM; |
78 | gfs2_glock_cachep = kmem_cache_create("gfs2_glock", | 78 | gfs2_glock_cachep = kmem_cache_create("gfs2_glock", |
79 | sizeof(struct gfs2_glock), | 79 | sizeof(struct gfs2_glock), |
80 | 0, 0, | 80 | 0, 0, |
81 | gfs2_init_glock_once, NULL); | 81 | gfs2_init_glock_once, NULL); |
82 | if (!gfs2_glock_cachep) | 82 | if (!gfs2_glock_cachep) |
83 | goto fail; | 83 | goto fail; |