ext4: Add __init marking to init_inodecache
authorFabian Frederick <[email protected]>
Tue, 18 Feb 2014 01:34:53 +0000 (20:34 -0500)
committerTheodore Ts'o <[email protected]>
Tue, 18 Feb 2014 01:34:53 +0000 (20:34 -0500)
commite67bc2b35905cb82e9ee1f485095d8c0739b68c8
tree830fd67a182a54447789c068166bb158caca6675
parent92e3b40537707001d17bbad800d150ab04e53bf4
ext4: Add __init marking to init_inodecache

init_inodecache is only called by __init init_ext4_fs.

Signed-off-by: Fabian Frederick <[email protected]>
Signed-off-by: "Theodore Ts'o" <[email protected]>
fs/ext4/super.c