clean up the failure exits in cifs_read_super()
authorAl Viro <viro@zeniv.linux.org.uk>
Mon, 13 Feb 2012 02:06:12 +0000 (21:06 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Wed, 21 Mar 2012 01:29:33 +0000 (21:29 -0400)
commit064326c0773af8a0e8bb82d895cceaedc8a51b9e
tree572cb5c160580f5c9ab91bb5ac42d53d0a0f0cdd
parent9bcb4b733c22b7dbc4cf847e707ac98f751e9180
clean up the failure exits in cifs_read_super()

no need to make that iput() conditional, just take it to the right place...

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/cifs/cifsfs.c