affs: add __init to init_inodecache ()
authorFabian Frederick <[email protected]>
Mon, 7 Apr 2014 22:38:59 +0000 (15:38 -0700)
committerLinus Torvalds <[email protected]>
Mon, 7 Apr 2014 23:36:08 +0000 (16:36 -0700)
init_inodecache is only called by __init init_affs_fs

Signed-off-by: Fabian Frederick <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
fs/affs/super.c

index 307453086c3f84bab8edaff9a201e0da3baad819..4fad16adbe7b24fdb964d2f81ecb39c8b58c9f06 100644 (file)
@@ -128,7 +128,7 @@ static void init_once(void *foo)
        inode_init_once(&ei->vfs_inode);
 }
 
-static int init_inodecache(void)
+static int __init init_inodecache(void)
 {
        affs_inode_cachep = kmem_cache_create("affs_inode_cache",
                                             sizeof(struct affs_inode_info),