From: Fabian Frederick Date: Thu, 3 Apr 2014 21:46:30 +0000 (-0700) Subject: fs/cifs/cifsfs.c: add __init to cifs_init_inodecache() X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=9ee108b2c626eab894f5c669cda04933b492813d;p=linux-beck.git fs/cifs/cifsfs.c: add __init to cifs_init_inodecache() cifs_init_inodecache is only called by __init init_cifs. Signed-off-by: Fabian Frederick Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- 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) init_rwsem(&cifsi->lock_sem); } -static int +static int __init cifs_init_inodecache(void) { cifs_inode_cachep = kmem_cache_create("cifs_inode_cache",