Fix failure exit in ipathfs
commit629527c562c1cfae09776c8baeb9a8a273dc10e6
authorAl Viro <viro@zeniv.linux.org.uk>
Mon, 25 Jan 2010 23:44:58 +0000 (25 18:44 -0500)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 9 Feb 2010 12:50:48 +0000 (9 04:50 -0800)
tree8529511a825fde730b86d5181681693d4b1fbfb0
parent30d3844a878b9d6adb2aa76961042f0c73c7de6c
Fix failure exit in ipathfs

commit 12e9a45609054fb83d4a8b716a5265cc1a393e10 upstream.

deactivate_locked_super() will be done by caller of fill_super, doing
it there as well is b0rken.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/infiniband/hw/ipath/ipath_fs.c