]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
fs/efs/super.c: add __init to init_inodecache()
authorFabian Frederick <fabf@skynet.be>
Thu, 3 Apr 2014 21:49:33 +0000 (14:49 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 3 Apr 2014 23:21:16 +0000 (16:21 -0700)
commit7a42d4b6a10c93ff15cff4f09c5a2d65877fa6ba
tree94f6b267bdcc875258a08153be562480c60b046d
parentb00e48148e99a20c3d81346390d60c7d23826f61
fs/efs/super.c: add __init to init_inodecache()

init_inodecache is only called by __init init_efs_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>
fs/efs/super.c