fs/reiserfs/super.c: add __init to init_inodecache
authorFabian Frederick <[email protected]>
Thu, 3 Apr 2014 21:50:37 +0000 (14:50 -0700)
committerLinus Torvalds <[email protected]>
Thu, 3 Apr 2014 23:21:26 +0000 (16:21 -0700)
commit31e143686a39bff19a72d1806f9b8392c03dca92
treed121a39036b2965651a542d37e4cc1e6cefe5e1e
parentea0856cd503e06d4e86a9171491ab9fcf7a2e741
fs/reiserfs/super.c: add __init to init_inodecache

init_inodecache is only called by __init init_reiserfs_fs.

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