Re: [RFC PATCH 2/3] add statmnt(2) syscall
From: Miklos Szeredi <miklos@szeredi.hu>
Date: 2023-09-18 15:39:31
Also in:
linux-fsdevel, linux-man, linux-security-module, lkml
From: Miklos Szeredi <miklos@szeredi.hu>
Date: 2023-09-18 15:39:31
Also in:
linux-fsdevel, linux-man, linux-security-module, lkml
On Mon, 18 Sept 2023 at 16:25, Christian Brauner [off-list ref] wrote:
The system call should please have a proper struct like you had in your
first proposal. This is what I'm concerned about:
int statmount(u64 mnt_id,
struct statmnt __user *st,
size_t size,
unsigned int flags)
instead of taking an void pointer.So you are not concerned about having ascii strings returned by the syscall? I thought that was the main complaint. Thanks, Miklos