Re: [RFC PATCH 2/3] add statmnt(2) syscall

From: Miklos Szeredi
Date: Mon Sep 18 2023 - 11:47:55 EST


On Mon, 18 Sept 2023 at 16:25, Christian Brauner <brauner@xxxxxxxxxx> 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