[CRIU] [PATCH 5/9] log: Do not include criu-log when not needed

Pavel Emelyanov xemul at virtuozzo.com
Fri Oct 21 05:50:54 PDT 2016


Some files really need only pr_xxx stuff.

Signed-off-by: Pavel Emelyanov <xemul at virtuozzo.com>
---
 criu/cr-exec.c     | 2 +-
 criu/shmem.c       | 2 +-
 criu/sysfs_parse.c | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/criu/cr-exec.c b/criu/cr-exec.c
index c781d35..0136d82 100644
--- a/criu/cr-exec.c
+++ b/criu/cr-exec.c
@@ -6,7 +6,7 @@
 #include "pstree.h"
 #include "parasite-syscall.h"
 #include "vma.h"
-#include "criu-log.h"
+#include "log.h"
 #include "util.h"
 #include "kerndat.h"
 
diff --git a/criu/shmem.c b/criu/shmem.c
index ad01a99..79b3a9f 100644
--- a/criu/shmem.c
+++ b/criu/shmem.c
@@ -18,7 +18,7 @@
 #include "config.h"
 #include "uapi/std/syscall-codes.h"
 #include "bitops.h"
-#include "criu-log.h"
+#include "log.h"
 #include "page.h"
 
 #include "protobuf.h"
diff --git a/criu/sysfs_parse.c b/criu/sysfs_parse.c
index a17ea81..f8589e5 100644
--- a/criu/sysfs_parse.c
+++ b/criu/sysfs_parse.c
@@ -10,7 +10,7 @@
 
 #include "int.h"
 #include "cr_options.h"
-#include "criu-log.h"
+#include "log.h"
 #include "xmalloc.h"
 #include "files.h"
 #include "proc_parse.h"
-- 
2.1.4



More information about the CRIU mailing list