[LTP] [PATCH] lapi/ustat.h: Replace daddr_t with long

Cyril Hrubis chrubis@suse.cz
Tue May 21 16:01:18 CEST 2019


Hi!
> daddr_t is usually typedef to __kernel_daddr_t,
> which is int or long.

Well the size must match, so unless you have checked that it's defined
to int only in cases where sizeof(int) == sizeof(long) this change is
not correct.

-- 
Cyril Hrubis
chrubis@suse.cz


More information about the ltp mailing list