aboutsummaryrefslogtreecommitdiffstats
path: root/fs/hfs/super.c
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2010-10-23 15:26:21 -0400
committerAl Viro <viro@zeniv.linux.org.uk>2010-10-25 21:24:16 -0400
commit89b0fc38cca4e6c92a90b58960881ffc5dddd89c (patch)
tree53b63554d99ac576a8c0c201e85b0e575c96d043 /fs/hfs/super.c
parent756acc2d61712a8cafe2aa6ad626c60a185d3645 (diff)
downloadkernel_samsung_smdk4412-89b0fc38cca4e6c92a90b58960881ffc5dddd89c.zip
kernel_samsung_smdk4412-89b0fc38cca4e6c92a90b58960881ffc5dddd89c.tar.gz
kernel_samsung_smdk4412-89b0fc38cca4e6c92a90b58960881ffc5dddd89c.tar.bz2
switch hfs to hlist_add_fake()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/hfs/super.c')
-rw-r--r--fs/hfs/super.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/hfs/super.c b/fs/hfs/super.c
index 3325416..6ee1586 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)) {