Commit 0d9d0576 authored by Alexander Viro's avatar Alexander Viro Committed by Linus Torvalds

[PATCH] hfs compile fix

Fix typo
parent b4839242
...@@ -533,7 +533,7 @@ int hfs_fill_super(struct super_block *s, void *data, int silent) ...@@ -533,7 +533,7 @@ int hfs_fill_super(struct super_block *s, void *data, int silent)
set_blocksize(dev, BLOCK_SIZE); set_blocksize(dev, BLOCK_SIZE);
bail3: bail3:
kfree(sbi); kfree(sbi);
sb->u.generic_sbp = NULL; s->u.generic_sbp = NULL;
return -EINVAL; return -EINVAL;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment