Re: [PATCH] xfs: fix len comparison in xfs_extent_busy_trim

2017-02-14 Thread Darrick J. Wong
On Tue, Feb 14, 2017 at 06:08:30PM +0100, Arnd Bergmann wrote: > The length is now passed by reference, so the assertion has to be updated > to match the other changes, as pointed out by this W=1 warning: > > fs/xfs/xfs_extent_busy.c: In function 'xfs_extent_busy_trim': > fs/xfs/xfs_extent_busy.c:

Re: [PATCH] xfs: fix len comparison in xfs_extent_busy_trim

2017-02-14 Thread Christoph Hellwig
Thanks Arnd, this looks good: Reviewed-by: Christoph Hellwig