Re: [PATCH 03/12] linux-user: Add support for FS_IOC32_VERSION ioctls

2020-01-22 Thread Laurent Vivier
Le 16/01/2020 à 23:49, Aleksandar Markovic a écrit : > From: Aleksandar Markovic > > These FS_IOC32_VERSION ioctls are identical to > FS_IOC_VERSION ioctls, but without the anomaly of their > number defined as if their third argument is of type long, while > it is treated internally in kernel as

[PATCH 03/12] linux-user: Add support for FS_IOC32_VERSION ioctls

2020-01-16 Thread Aleksandar Markovic
From: Aleksandar Markovic These FS_IOC32_VERSION ioctls are identical to FS_IOC_VERSION ioctls, but without the anomaly of their number defined as if their third argument is of type long, while it is treated internally in kernel as is of type int. Reviewed-by: Laurent Vivier Signed-off-by: Alek