mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-28 12:36:47 +00:00
files-reg: Drop clear_ghost_files() prototype
The function clear_ghost_files() has been removed in commit
b11eeea "restore: auto-unlink for ghost files (v2)".
Signed-off-by: Radostin Stoyanov <rstoyanov1@gmail.com>
This commit is contained in:
parent
08f3b57ab3
commit
3eed47223b
1 changed files with 0 additions and 1 deletions
|
|
@ -30,7 +30,6 @@ extern int open_reg_by_id(u32 id);
|
|||
extern int open_reg_fd(struct file_desc *);
|
||||
extern int open_path(struct file_desc *, int (*open_cb)(int ns_root_fd,
|
||||
struct reg_file_info *, void *), void *arg);
|
||||
extern void clear_ghost_files(void);
|
||||
|
||||
extern const struct fdtype_ops regfile_dump_ops;
|
||||
extern int do_open_reg_noseek_flags(int ns_root_fd, struct reg_file_info *rfi, void *arg);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue