Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 359163
b: refs/heads/master
c: 54c807e
h: refs/heads/master
i:
  359161: a99c754
  359159: ca76e7b
v: v3
  • Loading branch information
Jan Kara authored and Al Viro committed Feb 23, 2013
1 parent b9759df commit 36567b5
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: da2d8455ed7eb22d7642ecee43dc463ac42a1256
refs/heads/master: 54c807e71d5ac59dee56c685f2b66e27cd54c475
2 changes: 1 addition & 1 deletion trunk/fs/direct-io.c
Original file line number Diff line number Diff line change
Expand Up @@ -261,9 +261,9 @@ static ssize_t dio_complete(struct dio *dio, loff_t offset, ssize_t ret, bool is
dio->end_io(dio->iocb, offset, transferred,
dio->private, ret, is_async);
} else {
inode_dio_done(dio->inode);
if (is_async)
aio_complete(dio->iocb, ret, 0);
inode_dio_done(dio->inode);
}

return ret;
Expand Down

0 comments on commit 36567b5

Please sign in to comment.