Commit b8a85cf5 authored by Pavel Emelyanov's avatar Pavel Emelyanov

files: Remove FIXME from comment

Linked remap is implemented already.
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 7a16734e
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment