Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
exofs: oops after late failure in mount
We have already set ->s_root, so ->put_super() is going to be called. Freeing ->s_fs_info is a bloody bad idea when it's going to be dereferenced very shortly... Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
- Loading branch information