Re: [PATCH] linux-user: Add FITRIM ioctl

2024-04-05 Thread Richard Henderson
On 4/2/24 23:20, Michael Vogt wrote: From: Michael Vogt Tiny patch to add the missing FITRIM ioctl. Signed-off-by: Michael Vogt --- linux-user/ioctls.h| 3 +++ linux-user/syscall_defs.h | 1 + linux-user/syscall_types.h | 5 + 3 files changed, 9 insertions(+) Thanks, queue

[PATCH] linux-user: Add FITRIM ioctl

2024-04-03 Thread Michael Vogt
From: Michael Vogt Tiny patch to add the missing FITRIM ioctl. Signed-off-by: Michael Vogt --- linux-user/ioctls.h| 3 +++ linux-user/syscall_defs.h | 1 + linux-user/syscall_types.h | 5 + 3 files changed, 9 insertions(+) diff --git a/linux-user/ioctls.h b/linux-user/ioctls.h in