Re: [PATCH 15/18] fsinfo: Add an attribute that lists all the visible mounts in a namespace [ver #21]

2020-08-05 Thread David Howells
Miklos Szeredi wrote: > > where each element contains a once-in-a-system-lifetime unique ID, the > > mount ID (which may get reused), the parent mount ID and sums of the > > notification/change counters for the mount and its superblock. > > The change counters are currently conditional on

Re: [PATCH 15/18] fsinfo: Add an attribute that lists all the visible mounts in a namespace [ver #21]

2020-08-04 Thread Ian Kent
On Tue, 2020-08-04 at 16:05 +0200, Miklos Szeredi wrote: > On Mon, Aug 03, 2020 at 02:38:34PM +0100, David Howells wrote: > > Add a filesystem attribute that exports a list of all the visible > > mounts in > > a namespace, given the caller's chroot setting. The returned list > > is an > > array

Re: [PATCH 15/18] fsinfo: Add an attribute that lists all the visible mounts in a namespace [ver #21]

2020-08-04 Thread Miklos Szeredi
On Mon, Aug 03, 2020 at 02:38:34PM +0100, David Howells wrote: > Add a filesystem attribute that exports a list of all the visible mounts in > a namespace, given the caller's chroot setting. The returned list is an > array of: > > struct fsinfo_mount_child { > __u64

[PATCH 15/18] fsinfo: Add an attribute that lists all the visible mounts in a namespace [ver #21]

2020-08-03 Thread David Howells
Add a filesystem attribute that exports a list of all the visible mounts in a namespace, given the caller's chroot setting. The returned list is an array of: struct fsinfo_mount_child { __u64 mnt_unique_id; __u32 mnt_id; __u32