diff options
author | Steve French | 2008-08-12 00:28:53 +0200 |
---|---|---|
committer | Steve French | 2008-08-12 00:28:53 +0200 |
commit | 2c731afb0d4ba16018b400c75665fbdb8feb2175 (patch) | |
tree | 5fdea27480673fb7e89d74783fb318ab1c2b35c8 /fs/cifs | |
parent | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/c... (diff) | |
download | kernel-qcow2-linux-2c731afb0d4ba16018b400c75665fbdb8feb2175.tar.gz kernel-qcow2-linux-2c731afb0d4ba16018b400c75665fbdb8feb2175.tar.xz kernel-qcow2-linux-2c731afb0d4ba16018b400c75665fbdb8feb2175.zip |
[CIFS] if get root inode fails during mount, cleanup tree connection
CC: Stable Kernel <stable@kernel.org>
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs')
-rw-r--r-- | fs/cifs/cifsfs.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/cifs/cifsfs.c b/fs/cifs/cifsfs.c index e8da4ee761b5..f50fc8728c94 100644 --- a/fs/cifs/cifsfs.c +++ b/fs/cifs/cifsfs.c @@ -174,6 +174,8 @@ out_no_root: cERROR(1, ("cifs_read_super: get root inode failed")); if (inode) iput(inode); + + cifs_umount(sb, cifs_sb); out_mount_failed: if (cifs_sb) { |