Revision c5b8d0bce052949e173b5b32f96bd59bceaa2ab0 authored by Christoph Hellwig on 02 February 2011, 16:32:39 UTC, committed by Christoph Hellwig on 03 February 2011, 23:33:51 UTC
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>
1 parent ebf5382
History
File Mode Size
Makefile -rw-r--r-- 559 bytes
trace-events-sample.c -rw-r--r-- 1.0 KB
trace-events-sample.h -rw-r--r-- 4.2 KB

back to top