mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-25 11:04:35 +00:00
files: Remove FIXME from comment
Linked remap is implemented already. Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
parent
7a16734ed5
commit
b8a85cf57d
1 changed files with 1 additions and 1 deletions
|
|
@ -388,7 +388,7 @@ static int check_path_remap(char *rpath, int plen, const struct stat *ost, int l
|
|||
ret = fstatat(mntns_root, rpath, &pst, 0);
|
||||
if (ret < 0) {
|
||||
/*
|
||||
* FIXME linked file, but path is not accessible (unless any
|
||||
* Linked file, but path is not accessible (unless any
|
||||
* other error occurred). We can create a temporary link to it
|
||||
* uning linkat with AT_EMPTY_PATH flag and remap it to this
|
||||
* name.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue