From: Felipe Balbi <felipe.balbi@xxxxxxxxx> Signed-off-by: Felipe Balbi <felipe.balbi@xxxxxxxxx> --- fs/xfs/linux-2.6/xfs_aops.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/fs/xfs/linux-2.6/xfs_aops.c b/fs/xfs/linux-2.6/xfs_aops.c index a44d68e..64b6805 100644 --- a/fs/xfs/linux-2.6/xfs_aops.c +++ b/fs/xfs/linux-2.6/xfs_aops.c @@ -244,7 +244,7 @@ xfs_end_bio_unwritten( if (likely(!ioend->io_error)) { if (!XFS_FORCED_SHUTDOWN(ip->i_mount)) { int error; - error = xfs_iomap_write_unwritten(ip, offset, size); + error = xfs_i__raw_write_unwritten(ip, offset, size); if (error) ioend->io_error = error; } -- 1.6.0.2.307.gc427 -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html