commit | 98ab494dd1d25388981114057cf9446250cc7dc7 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Fri Jun 17 09:32:10 2011 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Fri Jun 24 18:39:42 2011 -0400 |
tree | 504637660e92f4438ed9bd105ac2644ab021813d | |
parent | 97d1152acec0647b72f8c6ecc57da0d6fed574de [diff] |
cifs: move cifs_umount() call into ->kill_sb() instead of calling it manually in case if cifs_read_super() fails to set ->s_root, just call it from ->kill_sb(). cifs_put_super() is gone now *and* we have cifs_sb shutdown and destruction done after the superblock is gone from ->s_instances. Acked-by: Pavel Shilovsky <piastryyy@gmail.com> Reviewed-by: Jeff Layton <jlayton@redhat.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>