commit | c13344958780b4046305ee6235d686c846535529 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Wed Nov 16 16:12:14 2011 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Wed Nov 16 16:12:14 2011 -0500 |
tree | aed2958283867030aa9e9f742c3fb94c895b2d5c | |
parent | 8d514bbf37eecf0a3e309284728637816a36764b [diff] |
switch create_mnt_ns() to saner calling conventions, fix double mntput() in nfs Life is much saner if create_mnt_ns(mnt) drops mnt in case of error... Switch it to such calling conventions, switch callers, fix double mntput() in fs/nfs/super.c one. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>