diff options
Diffstat (limited to 'fs/fuse/dev.c')
-rw-r--r-- | fs/fuse/dev.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/fs/fuse/dev.c b/fs/fuse/dev.c index e08ab4702d97..9af88953db69 100644 --- a/fs/fuse/dev.c +++ b/fs/fuse/dev.c | |||
@@ -773,8 +773,10 @@ static ssize_t fuse_dev_writev(struct file *file, const struct iovec *iov, | |||
773 | 773 | ||
774 | list_del_init(&req->list); | 774 | list_del_init(&req->list); |
775 | if (req->interrupted) { | 775 | if (req->interrupted) { |
776 | request_end(fc, req); | 776 | spin_unlock(&fuse_lock); |
777 | fuse_copy_finish(&cs); | 777 | fuse_copy_finish(&cs); |
778 | spin_lock(&fuse_lock); | ||
779 | request_end(fc, req); | ||
778 | return -ENOENT; | 780 | return -ENOENT; |
779 | } | 781 | } |
780 | req->out.h = oh; | 782 | req->out.h = oh; |