[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20140205175732.5ed98d96a96d544e5eac974d@skynet.be>
Date: Wed, 5 Feb 2014 17:57:32 +0800
From: Fabian Frederick <fabf@...net.be>
To: linux-kernel@...r.kernel.org
Cc: akpm@...ux-foundation.org, rdunlap@...radead.org,
viro@...iv.linux.org.uk, dushistov@...l.ru,
linux-fsdevel@...r.kernel.org
Subject: [PATCH 1/1] ufs: Add __init macro to init_inodecache
init_inodecache is only called by __init init_ufs_fs.
Signed-off-by: Fabian Frederick <fabf@...net.be>
---
fs/ufs/super.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/ufs/super.c b/fs/ufs/super.c
index 329f2f5..5a7502e 100644
--- a/fs/ufs/super.c
+++ b/fs/ufs/super.c
@@ -1453,7 +1453,7 @@ static void init_once(void *foo)
inode_init_once(&ei->vfs_inode);
}
-static int init_inodecache(void)
+static int __init init_inodecache(void)
{
ufs_inode_cachep = kmem_cache_create("ufs_inode_cache",
sizeof(struct ufs_inode_info),
--
1.8.1.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists