[PATCH 6/8] xfs: split buffered IO write path from xfs_file_aio_write
Alex Elder
aelder at sgi.com
Tue Jan 4 19:55:01 CST 2011
On Tue, 2011-01-04 at 15:48 +1100, Dave Chinner wrote:
> From: Dave Chinner <dchinner at redhat.com>
>
> 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.
Looks good.
Reviewed-by: Alex Elder <aelder at sgi.com>
> Signed-off-by: Dave Chinner <dchinner at redhat.com>
> ---
> fs/xfs/linux-2.6/xfs_file.c | 146 ++++++++++++++++++++-----------------------
> 1 files changed, 69 insertions(+), 77 deletions(-)
>
> diff --git a/fs/xfs/linux-2.6/xfs_file.c b/fs/xfs/linux-2.6/xfs_file.c
> index d546953..7e7805c 100644
> --- a/fs/xfs/linux-2.6/xfs_file.c
> +++ b/fs/xfs/linux-2.6/xfs_file.c
More information about the xfs
mailing list