aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/linux-2.6/xfs_aops.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/xfs/linux-2.6/xfs_aops.c')
-rw-r--r--fs/xfs/linux-2.6/xfs_aops.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/xfs/linux-2.6/xfs_aops.c b/fs/xfs/linux-2.6/xfs_aops.c
index 79ce38be15a1..b3b418f519f3 100644
--- a/fs/xfs/linux-2.6/xfs_aops.c
+++ b/fs/xfs/linux-2.6/xfs_aops.c
@@ -1339,6 +1339,9 @@ xfs_end_io_direct_write(
1339 } else { 1339 } else {
1340 xfs_finish_ioend_sync(ioend); 1340 xfs_finish_ioend_sync(ioend);
1341 } 1341 }
1342
1343 /* XXX: probably should move into the real I/O completion handler */
1344 inode_dio_done(ioend->io_inode);
1342} 1345}
1343 1346
1344STATIC ssize_t 1347STATIC ssize_t