mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-27 12:04:24 +00:00
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:
parent
df9f9a6cd5
commit
9c5f906b8d
9 changed files with 11 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue