]> git.baikalelectronics.ru Git - kernel.git/commit
exofs: oops after late failure in mount
authorAl Viro <viro@zeniv.linux.org.uk>
Mon, 9 Jan 2012 00:45:28 +0000 (19:45 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Mon, 9 Jan 2012 01:19:12 +0000 (20:19 -0500)
commit2a5656b229740a69de0a74fc293c73286b53fa19
tree394f40f4763d444ace4990ff1a5d21b386f83167
parentb31a771d91d4545873efa4be3923e5fa40c45718
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>
fs/exofs/super.c