Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 352925
b: refs/heads/master
c: ced55f3
h: refs/heads/master
i:
  352923: 711f48d
v: v3
  • Loading branch information
Jan Kara authored and Ben Myers committed Jan 26, 2013
1 parent 8523985 commit 0110443
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: 3b19034d4f4554e39ca244fb28962bbf2ccba046
refs/heads/master: ced55f38d6bde7c10a14ea51c2edcd51a98575e3
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 0110443

Please sign in to comment.