fs/befs/linuxvfs.c: add __init to befs_init_inodecache()
authorFabian Frederick <[email protected]>
Thu, 3 Apr 2014 21:50:22 +0000 (14:50 -0700)
committerLinus Torvalds <[email protected]>
Thu, 3 Apr 2014 23:21:24 +0000 (16:21 -0700)
commit91a52ab7d664a1c8972a0ecb30955d34aea54d7f
tree9747e29f7b65906881b4cd82508d49a54dfc267d
parent2d4319ef570d44a8957b2af0a35d3e92b844b1b5
fs/befs/linuxvfs.c: add __init to befs_init_inodecache()

init_inodecache is only called by __init init_befs_fs.

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