From b8a85cf57de270a17e6a800f0deeb4a855b441ac Mon Sep 17 00:00:00 2001 From: Pavel Emelyanov Date: Thu, 29 Aug 2013 10:13:55 +0400 Subject: [PATCH] files: Remove FIXME from comment Linked remap is implemented already. Signed-off-by: Pavel Emelyanov --- files-reg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files-reg.c b/files-reg.c index ca1823530..a97075aab 100644 --- a/files-reg.c +++ b/files-reg.c @@ -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.