Skip to content

Commit

Permalink
fs/isofs/inode.c add __init to init_inodecache()
Browse files Browse the repository at this point in the history
init_inodecache is only called by __init init_iso9660_fs

Signed-off-by: Fabian Frederick <[email protected]>
Signed-off-by: Jan Kara <[email protected]>
  • Loading branch information
Fabian Frederick authored and jankara committed Mar 12, 2014
1 parent 2299432 commit b3b749b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/isofs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ static void init_once(void *foo)
inode_init_once(&ei->vfs_inode);
}

static int init_inodecache(void)
static int __init init_inodecache(void)
{
isofs_inode_cachep = kmem_cache_create("isofs_inode_cache",
sizeof(struct iso_inode_info),
Expand Down

0 comments on commit b3b749b

Please sign in to comment.