| To: | Dave Chinner <david@xxxxxxxxxxxxx> |
|---|---|
| Subject: | Re: [PATCH 6/8] xfs: split buffered IO write path from xfs_file_aio_write |
| From: | Alex Elder <aelder@xxxxxxx> |
| Date: | Tue, 04 Jan 2011 19:55:01 -0600 |
| Cc: | xfs@xxxxxxxxxxx |
| In-reply-to: | <1294116518-14908-7-git-send-email-david@xxxxxxxxxxxxx> |
| References: | <1294116518-14908-1-git-send-email-david@xxxxxxxxxxxxx> <1294116518-14908-7-git-send-email-david@xxxxxxxxxxxxx> |
| Reply-to: | aelder@xxxxxxx |
On Tue, 2011-01-04 at 15:48 +1100, Dave Chinner wrote: > From: Dave Chinner <dchinner@xxxxxxxxxx> > > 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@xxxxxxx> > Signed-off-by: Dave Chinner <dchinner@xxxxxxxxxx> > --- > 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 |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH 5/8] xfs: split direct IO write path from xfs_file_aio_write, Alex Elder |
|---|---|
| Next by Date: | Re: [PATCH 7/8] xfs: factor common write setup code, Alex Elder |
| Previous by Thread: | [PATCH 6/8] xfs: split buffered IO write path from xfs_file_aio_write, Dave Chinner |
| Next by Thread: | Re: [PATCH 0/8] xfs: prevent corruption due to overlapping AIO DIO V2, Alex Elder |
| Indexes: | [Date] [Thread] [Top] [All Lists] |