Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 376591
b: refs/heads/master
c: c9ecf98
h: refs/heads/master
i:
  376589: c5525f3
  376587: e205898
  376583: 54c142f
  376575: e7a9d99
v: v3
  • Loading branch information
Brian Foster authored and Miklos Szeredi committed Jun 3, 2013
1 parent 2a23c42 commit 86446bb
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 28420dad233520811c0e0860e7fb4975ed863fc4
refs/heads/master: c9ecf989cc7626e9edf8abef79f64b909542129b
2 changes: 1 addition & 1 deletion trunk/fs/fuse/file.c
Original file line number Diff line number Diff line change
Expand Up @@ -2432,7 +2432,7 @@ fuse_direct_IO(int rw, struct kiocb *iocb, const struct iovec *iov,
fuse_aio_complete(io, ret < 0 ? ret : 0, -1);

/* we have a non-extending, async request, so return */
if (ret > 0 && !is_sync_kiocb(iocb))
if (!is_sync_kiocb(iocb))
return -EIOCBQUEUED;

ret = wait_on_sync_kiocb(iocb);
Expand Down

0 comments on commit 86446bb

Please sign in to comment.