generic/310: killall does not need pathnames

Only the executable name is required and this allows busybox
killall to be used.

Signed-off-by: Ari Sundholm <ari@tuxera.com>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
This commit is contained in:
Ari Sundholm
2014-09-29 13:09:07 +10:00
committed by Dave Chinner
parent ea002f7e4e
commit a4b6920548
+2 -2
View File
@@ -103,7 +103,7 @@ _test_read()
{
src/t_readdir_1 $SEQ_DIR &
sleep $RUN_TIME
killall src/t_readdir_1
killall t_readdir_1
check_kernel_bug
if [ $? -ne 0 ]; then
_fatal "kernel bug detected, check dmesg for more infomation."
@@ -114,7 +114,7 @@ _test_lseek()
{
src/t_readdir_2 $SEQ_DIR &
sleep $RUN_TIME
killall src/t_readdir_2
killall t_readdir_2
check_kernel_bug
if [ $? -ne 0 ]; then
_fatal "kernel bug detected, check dmesg for more infomation."