[LTP] [PATCH v5 5/5] nfs: Run on btrfs, ext4, xfs
Petr Vorel
pvorel@suse.cz
Fri May 5 00:02:54 CEST 2023
Hi,
...
> check_umount()
> {
> local i
> local dir="$1"
> local type="${2:-lhost}"
> local cmd="grep -q $dir /proc/mounts"
> for i in $(seq 50); do
> if [ "$type" = "lhost" ]; then
> $cmd || return
> else
> tst_rhost_run -c "$cmd" || return
> fi
> tst_sleep 100ms
> tst_res TWARN "failed to umount '$dir'"
> done
Obviously TWARN should be here.
...
Kind regards,
Petr
More information about the ltp
mailing list