diff options
Diffstat (limited to 'fs/9p')
-rw-r--r-- | fs/9p/vfs_inode.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/9p/vfs_inode.c b/fs/9p/vfs_inode.c index ce601d71a427..cbee5ec4039d 100644 --- a/fs/9p/vfs_inode.c +++ b/fs/9p/vfs_inode.c | |||
@@ -841,7 +841,6 @@ inst_out: | |||
841 | if (!IS_ERR(res)) | 841 | if (!IS_ERR(res)) |
842 | return res; | 842 | return res; |
843 | result = PTR_ERR(res); | 843 | result = PTR_ERR(res); |
844 | iput(inode); | ||
845 | error: | 844 | error: |
846 | p9_client_clunk(fid); | 845 | p9_client_clunk(fid); |
847 | 846 | ||