From: Darrick J. Wong Date: Mon, 11 Apr 2022 22:54:28 +0000 (-0700) Subject: xfs/507: add test to auto group X-Git-Tag: v2022.05.01~28 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=c025dcf35b47e8d6139554e585e2f7124505c1dd;p=xfstests-dev.git xfs/507: add test to auto group 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 Reviewed-by: Eryu Guan Signed-off-by: Eryu Guan --- 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