Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 18646
b: refs/heads/master
c: 222f1d6
h: refs/heads/master
v: v3
  • Loading branch information
Miklos Szeredi authored and Linus Torvalds committed Jan 17, 2006
1 parent a6994ce commit 35ef1c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f87fd4c2a0c4f3baad28057360b36a59591ef751
refs/heads/master: 222f1d69183f10d70a37de5785698fe0aa363c12
4 changes: 3 additions & 1 deletion trunk/fs/fuse/dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -773,8 +773,10 @@ static ssize_t fuse_dev_writev(struct file *file, const struct iovec *iov,

list_del_init(&req->list);
if (req->interrupted) {
request_end(fc, req);
spin_unlock(&fuse_lock);
fuse_copy_finish(&cs);
spin_lock(&fuse_lock);
request_end(fc, req);
return -ENOENT;
}
req->out.h = oh;
Expand Down

0 comments on commit 35ef1c2

Please sign in to comment.