From 89b0fc38cca4e6c92a90b58960881ffc5dddd89c Mon Sep 17 00:00:00 2001 From: Al Viro Date: Sat, 23 Oct 2010 15:26:21 -0400 Subject: switch hfs to hlist_add_fake() Signed-off-by: Al Viro --- fs/hfs/super.c | 1 - 1 file changed, 1 deletion(-) (limited to 'fs/hfs/super.c') diff --git a/fs/hfs/super.c b/fs/hfs/super.c index 33254160f650..6ee1586f2334 100644 --- a/fs/hfs/super.c +++ b/fs/hfs/super.c @@ -382,7 +382,6 @@ static int hfs_fill_super(struct super_block *sb, void *data, int silent) return -ENOMEM; sb->s_fs_info = sbi; - INIT_HLIST_HEAD(&sbi->rsrc_inodes); res = -EINVAL; if (!parse_options((char *)data, sbi)) { -- cgit v1.2.3