compel: introduce statmount

We will be using statmount to add support for files on "unmounted"
mounts. "unmounted" mounts refer to a mount that has been unmounted
using umount2(mnt, MNT_DETACH) but we still have access to files on that
mount.

Signed-off-by: Bhavik Sachdev <b.sachdev1904@gmail.com>
This commit is contained in:
Bhavik Sachdev 2025-06-10 21:41:09 +05:30
parent df9f9a6cd5
commit 9c5f906b8d
9 changed files with 11 additions and 1 deletions

View file

@ -41,6 +41,8 @@ struct iocb;
struct pollfd;
struct clone_args;
struct open_how;
struct mnt_id_req;
struct statmount;
typedef unsigned long aio_context_t;