Re: [PATCH 02/17] xfs: use rmapbt-checking helper

2016-08-01 Thread Christoph Hellwig
On Thu, Jul 21, 2016 at 04:46:29PM -0700, Darrick J. Wong wrote: > Don't open-code _notrun checks for the rmapbt, just use the helper. > > Signed-off-by: Darrick J. Wong Looks fine, Reviewed-by: Christoph Hellwig -- To unsubscribe from this list: send the

[PATCH 02/17] xfs: use rmapbt-checking helper

2016-07-21 Thread Darrick J. Wong
Don't open-code _notrun checks for the rmapbt, just use the helper. Signed-off-by: Darrick J. Wong --- tests/xfs/310 |4 +--- tests/xfs/314 |4 +--- tests/xfs/317 |4 +--- tests/xfs/322 |4 +--- 4 files changed, 4 insertions(+), 12 deletions(-) diff