Re: [PATCH] xfs: fix len comparison in xfs_extent_busy_trim
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
Thanks Arnd, this looks good: Reviewed-by: Christoph Hellwig