Re: [PATCH v5 11/20] linux-user: Add support for FS_IOC32_VERSION ioctls

2020-01-14 Thread Laurent Vivier
Le 13/01/2020 à 21:34, 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 v5 11/20] linux-user: Add support for FS_IOC32_VERSION ioctls

2020-01-13 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. Signed-off-by: Aleksandar Markovic --- linux-u