commit | c5b8d0bce052949e173b5b32f96bd59bceaa2ab0 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@tuxera.com> | Wed Feb 02 09:32:39 2011 -0700 |
committer | Christoph Hellwig <hch@tuxera.com> | Thu Feb 03 16:33:51 2011 -0700 |
tree | 5b99f48ad948c351ae07650c44009d847460329a | |
parent | ebf53826e105f488f4f628703a108e98940d1dc5 [diff] |
hfsplus: fix failed mount handling Currently the error handling in hfsplus_fill_super is a mess, and can lead to accessing fields in the superblock that haven't been even set up yet. Fix this by making sure we do not set up sb->s_root until we have the mount fully set up, and before that do proper step by step unwinding instead of using hfsplus_put_super as a big hammer. Reported-by: Dan Williams <dcbw@redhat.com> Signed-off-by: Christoph Hellwig <hch@tuxera.com>