[LTP] [PATCH v6 1/2] safe_macros: Use tst_umount() in safe_umount()
Petr Vorel
pvorel@suse.cz
Mon Feb 10 13:44:20 CET 2020
Hi,
> > + if (err != EBUSY) {
> > + errno = err;
> > + return ret;
> > + }
> > +
> > usleep(100000);
> > }
> Works for me too, I don't recall seeing anything else than EBUSY.
Thanks!
Just in case I've sent this commit as v2, followed with "safe_macros: Use
tst_umount() in safe_umount()" (without Zorro's fsmount commit).
IMHO now is docs about tst_umount() correct.
https://patchwork.ozlabs.org/patch/1235811/
Kind regards,
Petr
More information about the ltp
mailing list