[CRIU] [PATCH 06/13] image-desc: Use unsigned int for old binfmt-misc
Cyrill Gorcunov
gorcunov at openvz.org
Fri Oct 20 00:59:37 MSK 2017
Same as for autofs.
Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
---
criu/image-desc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/criu/image-desc.c b/criu/image-desc.c
index 2699ab462e3f..d3615d8a7882 100644
--- a/criu/image-desc.c
+++ b/criu/image-desc.c
@@ -79,7 +79,7 @@ struct cr_fd_desc_tmpl imgset_template[CR_FD_MAX] = {
FD_ENTRY_F(TMPFS_IMG, "tmpfs-%d.tar.gz", O_NOBUF),
FD_ENTRY_F(TMPFS_DEV, "tmpfs-dev-%u.tar.gz", O_NOBUF),
FD_ENTRY_F(AUTOFS, "autofs-%u", O_NOBUF),
- FD_ENTRY(BINFMT_MISC_OLD, "binfmt-misc-%d"),
+ FD_ENTRY(BINFMT_MISC_OLD, "binfmt-misc-%u"),
FD_ENTRY(BINFMT_MISC, "binfmt-misc"),
FD_ENTRY(TTY_FILES, "tty"),
FD_ENTRY(TTY_INFO, "tty-info"),
--
2.7.5
More information about the CRIU
mailing list