summaryrefslogtreecommitdiff
path: root/common/config
diff options
context:
space:
mode:
authorEric Biggers <ebiggers@google.com>2020-04-02 20:33:55 -0700
committerEryu Guan <guaneryu@gmail.com>2020-04-06 20:50:42 +0800
commit46adeb1600bfc28b950f73e82eff66df8fced8a2 (patch)
tree38deb9146fc16db0ced6d56cc10314617b0f4c26 /common/config
parent0afa39e891239f54cf0ac535c1465c1c9fabb8da (diff)
generic: test PF_MEMALLOC interfering with accounting file write
Add a regression test for the bug fixed by commit 10a98cb16d80 ("xfs: clear PF_MEMALLOC before exiting xfsaild thread"). Signed-off-by: Eric Biggers <ebiggers@google.com> Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Eryu Guan <guaneryu@gmail.com>
Diffstat (limited to 'common/config')
-rw-r--r--common/config1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/config b/common/config
index 1116cb99..8023273d 100644
--- a/common/config
+++ b/common/config
@@ -220,6 +220,7 @@ export DUPEREMOVE_PROG="$(type -P duperemove)"
export CC_PROG="$(type -P cc)"
export FSVERITY_PROG="$(type -P fsverity)"
export OPENSSL_PROG="$(type -P openssl)"
+export ACCTON_PROG="$(type -P accton)"
# use 'udevadm settle' or 'udevsettle' to wait for lv to be settled.
# newer systems have udevadm command but older systems like RHEL5 don't.