Re: [PATCH v3 4/4] add listmount(2) syscall

From: Miklos Szeredi
Date: Tue Oct 24 2023 - 10:05:01 EST


On Fri, 13 Oct 2023 at 04:40, Ian Kent <raven@xxxxxxxxxx> wrote:

> But because we needed to enumerate mounts in the same way as the proc file
>
> system mount tables a flag FSINFO_ATTR_MOUNT_ALL was added that essentially
>
> used the mount namespace mounts list in a similar way to the proc file
>
> system so that a list of mounts for a mount namespace could be retrieved.

Makes sense.

Added a LISTMOUNT_RECURSIVE flag.

Thanks,
Miklos