Re: [PATCH 1/1] ext4: Add __init macro to init_inodecache

2014-02-12 Thread Theodore Ts'o
On Sat, Feb 01, 2014 at 07:10:07PM +0800, Fabian Frederick wrote: > init_inodecache is only called by __init init_ext4_fs. > > Signed-off-by: Fabian Frederick Applied, thanks. - Ted -- To unsubscribe from this list: send the line "unsubscribe

Re: [PATCH 1/1] ext4: Add __init macro to init_inodecache

2014-02-12 Thread Theodore Ts'o
On Sat, Feb 01, 2014 at 07:10:07PM +0800, Fabian Frederick wrote: init_inodecache is only called by __init init_ext4_fs. Signed-off-by: Fabian Frederick f...@skynet.be Applied, thanks. - Ted -- To unsubscribe from this list: send the line unsubscribe

[PATCH 1/1] ext4: Add __init macro to init_inodecache

2014-02-01 Thread Fabian Frederick
init_inodecache is only called by __init init_ext4_fs. Signed-off-by: Fabian Frederick --- fs/ext4/super.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/ext4/super.c b/fs/ext4/super.c index 1f7784d..9a387b8 100644 --- a/fs/ext4/super.c +++ b/fs/ext4/super.c @@ -940,7

[PATCH 1/1] ext4: Add __init macro to init_inodecache

2014-02-01 Thread Fabian Frederick
init_inodecache is only called by __init init_ext4_fs. Signed-off-by: Fabian Frederick f...@skynet.be --- fs/ext4/super.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/ext4/super.c b/fs/ext4/super.c index 1f7784d..9a387b8 100644 --- a/fs/ext4/super.c +++