commit | 3509b678a6bb93a49d9603c9c8028c8d95019539 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Thu Feb 28 01:21:38 2013 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Thu Feb 28 01:21:38 2013 -0500 |
tree | 3ba231b44d2a2f3351f7500df70cc9e0f2555c19 | |
parent | 2ea03e1d62d56c37737e43550c360b43a5e40a32 [diff] |
9p: double iput() in ->lookup() if d_materialise_unique() fails d_materialise_unique() does iput() itself. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
diff --git a/fs/9p/vfs_inode.c b/fs/9p/vfs_inode.c index ce601d7..cbee5ec 100644 --- a/fs/9p/vfs_inode.c +++ b/fs/9p/vfs_inode.c
@@ -841,7 +841,6 @@ if (!IS_ERR(res)) return res; result = PTR_ERR(res); - iput(inode); error: p9_client_clunk(fid);