Re: [PATCH 4/5] xfs/24[356]: checking cow fork bmap requires CONFIG_XFS_DEBUG=y
From: Darrick J. Wong <hidden>
Date: 2018-01-26 00:11:55
Also in:
fstests
From: Darrick J. Wong <hidden>
Date: 2018-01-26 00:11:55
Also in:
fstests
On Thu, Jan 25, 2018 at 04:17:53PM +0800, Eryu Guan wrote:
On Wed, Jan 24, 2018 at 03:53:41PM -0800, Darrick J. Wong wrote:quoted
From: Darrick J. Wong <redacted> These tests requires XFS debugging functionality, so test for that. Signed-off-by: Darrick J. Wong <redacted> --- tests/xfs/243 | 2 ++ tests/xfs/245 | 2 ++ tests/xfs/246 | 2 ++ 3 files changed, 6 insertions(+)diff --git a/tests/xfs/243 b/tests/xfs/243 index 0bb69c4..1e6ab5a 100755 --- a/tests/xfs/243 +++ b/tests/xfs/243@@ -49,10 +49,12 @@ _cleanup() . ./common/rc . ./common/filter . ./common/reflink +. ./common/xfsThis file should be included already by common/rc based on $FSTYP, no need to source it again in test. I'd remove it from all three tests on commit.
Ok. Sorry I missed that subtlety. --D
Thanks, Eryu