]> www.infradead.org Git - users/hch/xfstests-dev.git/commit
fstests: remove uses of killall where possible
authorDave Chinner <dchinner@redhat.com>
Tue, 26 Nov 2024 20:58:47 +0000 (07:58 +1100)
committerZorro Lang <zlang@kernel.org>
Sun, 8 Dec 2024 14:10:11 +0000 (22:10 +0800)
commit4b6d1a480e7dd754842b2c218a7d59963ad18ed2
treeefaf72503bef6975a6fd1d81b59acfac9890c3bd
parent8e4fb00d1dc4300ac08b76b38fc776c4a965ae1f
fstests: remove uses of killall where possible

there are many unnecessary uses of killall and stale checks for it's
existence. Parallel check execution means killall is considered
harmful, so get rid of these unneccesary uses.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Zorro lang <zlang@redhat.com>
Signed-off-by: Zorro Lang <zlang@kernel.org>
19 files changed:
common/config
common/fuzzy
doc/requirement-checking.txt
tests/btrfs/192
tests/btrfs/212
tests/generic/270
tests/generic/310
tests/generic/751
tests/overlay/058
tests/xfs/011
tests/xfs/013
tests/xfs/051
tests/xfs/057
tests/xfs/070
tests/xfs/079
tests/xfs/141
tests/xfs/167
tests/xfs/297
tests/xfs/442