]> git.karo-electronics.de Git - mv-sheeva.git/commit
xfs: split buffered IO write path from xfs_file_aio_write
authorDave Chinner <dchinner@redhat.com>
Mon, 10 Jan 2011 23:17:30 +0000 (10:17 +1100)
committerDave Chinner <david@fromorbit.com>
Mon, 10 Jan 2011 23:17:30 +0000 (10:17 +1100)
commit637bbc75d9fda57c7bc77ce5ee37e29a77a0520d
tree285e82a7afdf7b5e1468f17288e122f7ec269ac7
parentf0d26e860b6c496464c5c8165d7df08dabde01fa
xfs: split buffered IO write path from xfs_file_aio_write

Complete the split of the different write IO paths by splitting the
buffered IO write path out of xfs_file_aio_write(). This makes the
different mechanisms of the write patchs easier to follow.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Alex Elder <aelder@sgi.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
fs/xfs/linux-2.6/xfs_file.c