]> git.baikalelectronics.ru Git - kernel.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)
commit2dc5071c327aed59054615c8f32d22fc72750da0
tree285e82a7afdf7b5e1468f17288e122f7ec269ac7
parentd046a2272e2ccaea8db41aa5108d70ea5b587c8d
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