aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fuse/dev.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/fuse/dev.c')
-rw-r--r--fs/fuse/dev.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/fuse/dev.c b/fs/fuse/dev.c
index de25bff31420..c78f60e1ba5d 100644
--- a/fs/fuse/dev.c
+++ b/fs/fuse/dev.c
@@ -231,8 +231,6 @@ static void request_end(struct fuse_conn *fc, struct fuse_req *req)
231 fc->num_background--; 231 fc->num_background--;
232 } 232 }
233 spin_unlock(&fc->lock); 233 spin_unlock(&fc->lock);
234 dput(req->dentry);
235 mntput(req->vfsmount);
236 wake_up(&req->waitq); 234 wake_up(&req->waitq);
237 if (end) 235 if (end)
238 end(fc, req); 236 end(fc, req);