linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/1] ext4: Add __init macro to init_inodecache
@ 2014-02-01 11:10 Fabian Frederick
  2014-02-12 16:20 ` Theodore Ts'o
  0 siblings, 1 reply; 2+ messages in thread
From: Fabian Frederick @ 2014-02-01 11:10 UTC (permalink / raw)
  To: linux-kernel; +Cc: tytso, adilger.kernel, linux-ext4

init_inodecache is only called by __init init_ext4_fs.

Signed-off-by: Fabian Frederick <fabf@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
+++ b/fs/ext4/super.c
@@ -940,7 +940,7 @@ static void init_once(void *foo)
 	inode_init_once(&ei->vfs_inode);
 }
 
-static int init_inodecache(void)
+static int __init init_inodecache(void)
 {
 	ext4_inode_cachep = kmem_cache_create("ext4_inode_cache",
 					     sizeof(struct ext4_inode_info),
-- 
1.8.1.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 1/1] ext4: Add __init macro to init_inodecache
  2014-02-01 11:10 [PATCH 1/1] ext4: Add __init macro to init_inodecache Fabian Frederick
@ 2014-02-12 16:20 ` Theodore Ts'o
  0 siblings, 0 replies; 2+ messages in thread
From: Theodore Ts'o @ 2014-02-12 16:20 UTC (permalink / raw)
  To: Fabian Frederick; +Cc: linux-kernel, adilger.kernel, linux-ext4

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 <fabf@skynet.be>

Applied, thanks.

					- Ted

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-02-12 16:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-01 11:10 [PATCH 1/1] ext4: Add __init macro to init_inodecache Fabian Frederick
2014-02-12 16:20 ` Theodore Ts'o

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).