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

2018-05-02 Thread Laurent Vivier
Le 02/05/2018 à 01:53, Laurent Vivier a écrit : > 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 th

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

2018-05-01 Thread Richard Henderson
On 05/01/2018 04:53 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] linux-user: remove useless padding in flock64 structure

2018-05-01 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