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 9c9e35e42bfd..de25bff31420 100644
--- a/fs/fuse/dev.c
+++ b/fs/fuse/dev.c
@@ -233,8 +233,6 @@ static void request_end(struct fuse_conn *fc, struct fuse_req *req)
233 spin_unlock(&fc->lock); 233 spin_unlock(&fc->lock);
234 dput(req->dentry); 234 dput(req->dentry);
235 mntput(req->vfsmount); 235 mntput(req->vfsmount);
236 if (req->file)
237 fput(req->file);
238 wake_up(&req->waitq); 236 wake_up(&req->waitq);
239 if (end) 237 if (end)
240 end(fc, req); 238 end(fc, req);