Re: [PATCH v5 10/20] linux-user: Add support for FS_IOC32_FLAGS ioctls

2020-01-14 Thread Laurent Vivier
Le 13/01/2020 à 21:34, Aleksandar Markovic a écrit : > From: Aleksandar Markovic > > These FS_IOC32_FLAGS ioctls are identical to > FS_IOC_FLAGS 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 o

[PATCH v5 10/20] linux-user: Add support for FS_IOC32_FLAGS ioctls

2020-01-13 Thread Aleksandar Markovic
From: Aleksandar Markovic These FS_IOC32_FLAGS ioctls are identical to FS_IOC_FLAGS 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-user/