This week, this case crashed when I test xfstests on xfs. Then, I found
this kernel patch to slove this problem, so add it.
Signed-off-by: Yang Xu <xuyang2018.jy@fujitsu.com>
Reviewed-by: Zorro Lang <zlang@redhat.com>
Signed-off-by: Zorro Lang <zlang@kernel.org>
. ./common/preamble
_begin_fstest auto rw stress soak
+[ "$FSTYP" = "xfs" ] && _fixed_by_kernel_commit ecd49f7a36fb \
+ "xfs: fix per-cpu CIL structure aggregation racing with dying cpus"
+
# Override the default cleanup function.
_cleanup()
{