[LTP] [PATCH V7 08/19] syscalls/io_pgetevents: Add support for time64 tests

Cyril Hrubis chrubis@suse.cz
Fri Jul 3 16:59:11 CEST 2020


Hi!
> +	to.type = tv->type;
> +	tst_ts_set_sec(&to, 0);
> +	tst_ts_set_nsec(&to, 10000);

I've simplified these to "to = tst_ts_from_ns(tv->type, 10000)" and
pushed, thanks.

-- 
Cyril Hrubis
chrubis@suse.cz


More information about the ltp mailing list