Re: Upcoming: Notifications, FS notifications and fsinfo()

From: Lennart Poettering
Date: Fri Apr 03 2020 - 07:11:47 EST


On Fr, 03.04.20 09:44, Ian Kent (raven@xxxxxxxxxx) wrote:

> > Currently the only way to find the mount id from a path is by parsing
> > /proc/self/fdinfo/$fd. It is trivial, however, to extend statx(2) to
> > return it directly from a path. Also the mount notification queue
> > that David implemented contains the mount ID of the changed mount.

I would love to have the mount ID exposed via statx().

In systemd we generally try name_to_handle_at() to query the mount ID
first. It returns both the actual fhandle and the mount ID after all,
and we then throw the fhandle away. It's not available on all fs
though, but it has the benefit that it works without procfs and on
a number of older kernels that didn't expose the mnt id in fdinfo.

Lennart

--
Lennart Poettering, Berlin