Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 349351
b: refs/heads/master
c: 4b05d09
h: refs/heads/master
i:
  349349: b5f5f23
  349347: 90d02ea
  349343: c4cf135
v: v3
  • Loading branch information
Jan Kara authored and Ben Myers committed Jan 28, 2013
1 parent 11fba10 commit e42f36c
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: 9f87832a82923943aaab38b8d53658af134bbfa4
refs/heads/master: 4b05d09c18d9aa62d2e7fb4b057f54e5a38963f5
2 changes: 1 addition & 1 deletion trunk/fs/xfs/xfs_aops.c
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,11 @@ xfs_destroy_ioend(
}

if (ioend->io_iocb) {
inode_dio_done(ioend->io_inode);
if (ioend->io_isasync) {
aio_complete(ioend->io_iocb, ioend->io_error ?
ioend->io_error : ioend->io_result, 0);
}
inode_dio_done(ioend->io_inode);
}

mempool_free(ioend, xfs_ioend_pool);
Expand Down

0 comments on commit e42f36c

Please sign in to comment.