Re: [PATCH 10/11] xfs: use the iomap writeback code

2019-10-07 Thread Darrick J. Wong
On Sun, Oct 06, 2019 at 05:46:07PM +0200, Christoph Hellwig wrote: > Use the new iomap writeback code that was copied from XFS to perform > writeback. > > Signed-off-by: Christoph Hellwig > [darrick: reduce this patch only to convert the xfs writeback code] > Signed-off-by: Darrick J. Wong Look

Re: [PATCH 10/11] xfs: use the iomap writeback code

2019-10-07 Thread Brian Foster
On Sun, Oct 06, 2019 at 05:46:07PM +0200, Christoph Hellwig wrote: > Use the new iomap writeback code that was copied from XFS to perform > writeback. > > Signed-off-by: Christoph Hellwig > [darrick: reduce this patch only to convert the xfs writeback code] > Signed-off-by: Darrick J. Wong > ---

[PATCH 10/11] xfs: use the iomap writeback code

2019-10-06 Thread Christoph Hellwig
Use the new iomap writeback code that was copied from XFS to perform writeback. Signed-off-by: Christoph Hellwig [darrick: reduce this patch only to convert the xfs writeback code] Signed-off-by: Darrick J. Wong --- fs/xfs/xfs_aops.c | 667 ++--- fs/xfs/