Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

fs/bfs/inode.c: add __init to init_inodecache()

init_inodecache is only called by __init init_bfs_fs

Signed-off-by: Fabian Frederick <fabf@skynet.be>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Fabian Frederick and committed by
Linus Torvalds
758b4440 8ca57722

+1 -1
+1 -1
fs/bfs/inode.c
··· 266 266 inode_init_once(&bi->vfs_inode); 267 267 } 268 268 269 - static int init_inodecache(void) 269 + static int __init init_inodecache(void) 270 270 { 271 271 bfs_inode_cachep = kmem_cache_create("bfs_inode_cache", 272 272 sizeof(struct bfs_inode_info),