Re: [Qemu-devel] [PATCH v4] linux-user: remove useless padding in flock64 structure

2018-05-02 Thread Richard Henderson
On 05/02/2018 02:57 PM, Laurent Vivier wrote: > Since commit 8efb2ed5ec ("linux-user: Correct signedness of > target_flock l_start and l_len fields"), flock64 structure uses > abi_llong for l_start and l_len in place of "unsigned long long" > this should force them to be aligned accordingly to the

[Qemu-devel] [PATCH v4] linux-user: remove useless padding in flock64 structure

2018-05-02 Thread Laurent Vivier
Since commit 8efb2ed5ec ("linux-user: Correct signedness of target_flock l_start and l_len fields"), flock64 structure uses abi_llong for l_start and l_len in place of "unsigned long long" this should force them to be aligned accordingly to the target rules. So we can remove the padding field and t