From: Darrick J. Wong <djwong@xxxxxxxxxx> Add this regression test to the auto group now that it's been quite a while since the fix patches went upstream. Signed-off-by: Darrick J. Wong <djwong@xxxxxxxxxx> --- tests/xfs/507 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tests/xfs/507 b/tests/xfs/507 index aa3d8eeb..b9c9ab29 100755 --- a/tests/xfs/507 +++ b/tests/xfs/507 @@ -4,13 +4,17 @@ # # FS QA Test No. 507 # +# Regression test for kernel commit: +# +# 394aafdc15da ("xfs: widen inode delalloc block counter to 64-bits") +# # Try to overflow i_delayed_blks by setting the largest cowextsize hint # possible, creating a sparse file with a single byte every cowextsize bytes, # reflinking it, and retouching every written byte to see if we can create # enough speculative COW reservations to overflow i_delayed_blks. # . ./common/preamble -_begin_fstest clone +_begin_fstest auto clone _register_cleanup "_cleanup" BUS