diff options
Diffstat (limited to 'fs/cifs/cifsfs.c')
-rw-r--r-- | fs/cifs/cifsfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/cifsfs.c b/fs/cifs/cifsfs.c index 849f6132b327..e8ae8323c058 100644 --- a/fs/cifs/cifsfs.c +++ b/fs/cifs/cifsfs.c | |||
@@ -1005,7 +1005,7 @@ cifs_init_once(void *inode) | |||
1005 | init_rwsem(&cifsi->lock_sem); | 1005 | init_rwsem(&cifsi->lock_sem); |
1006 | } | 1006 | } |
1007 | 1007 | ||
1008 | static int | 1008 | static int __init |
1009 | cifs_init_inodecache(void) | 1009 | cifs_init_inodecache(void) |
1010 | { | 1010 | { |
1011 | cifs_inode_cachep = kmem_cache_create("cifs_inode_cache", | 1011 | cifs_inode_cachep = kmem_cache_create("cifs_inode_cache", |