]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commit
common/config: fix use of MODPROBE_RM_PATIENT_TIMEOUT_ARGS
authorLuis Chamberlain <mcgrof@kernel.org>
Tue, 8 Feb 2022 21:37:54 +0000 (13:37 -0800)
committerEryu Guan <guaneryu@gmail.com>
Sun, 20 Feb 2022 16:30:32 +0000 (00:30 +0800)
commitd01e8f25f31dd34c9c296099cf5dd35f13bb29e1
treef371cd8cffa211b42cff07ee9a7efb5188dcbbaf
parenteb564a21879912c842a522aedef0fac6d922a467
common/config: fix use of MODPROBE_RM_PATIENT_TIMEOUT_ARGS

When patient module removal support is detected on kmod
(note that this is not yet even merged onto kmod yet but
work in progress) the arguments required for it are not being
set yet. This was a typo, fix this.

This issue was spotted using shellcheck from blktests when adding
patient module removal support there. I'll post a patch next to
let folks evaluate if we should embrace shellcheck on fstests as
well.

Signed-off-by: Luis Chamberlain <mcgrof@kernel.org>
Reviewed-by: Eryu Guan <guaneryu@gmail.com>
Signed-off-by: Eryu Guan <guaneryu@gmail.com>
common/config