mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +00:00
mnt: Export __open_mountpoint
We gonna need it for inotify handle testing. Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
parent
b504dac6bf
commit
7a99e699ce
2 changed files with 2 additions and 1 deletions
|
|
@ -95,6 +95,7 @@ extern int mntns_get_root_by_mnt_id(int mnt_id);
|
|||
extern struct ns_id *lookup_nsid_by_mnt_id(int mnt_id);
|
||||
|
||||
extern int open_mount(unsigned int s_dev);
|
||||
extern int __open_mountpoint(struct mount_info *pm, int mnt_fd);
|
||||
extern struct fstype *find_fstype_by_name(char *fst);
|
||||
extern bool add_fsname_auto(const char *names);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue