[Devel] [PATCH RHEL7 COMMIT] ve/headers: Do not include uapi in exported header
Konstantin Khorenko
khorenko at virtuozzo.com
Fri Jun 5 00:53:07 PDT 2015
The commit is pushed to "branch-rh7-3.10.0-123.1.2-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git
after rh7-3.10.0-123.1.2.vz7.5.9
------>
commit 4f5b0f03bba5b2673871a70f696f24a30a4efaff
Author: Cyrill Gorcunov <gorcunov at virtuozzo.com>
Date: Fri Jun 5 11:53:07 2015 +0400
ve/headers: Do not include uapi in exported header
Otherwise our headers package won't see it. The compilation
of source code include uapi/ into the search so it's fine.
https://jira.sw.ru/browse/PSBM-34030
Signed-off-by: Cyrill Gorcunov <gorcunov at virtuozzo.com>
CC: Konstantin Khorenko <khorenko at virtuozzo.com>
---
include/uapi/linux/vzcalluser.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/uapi/linux/vzcalluser.h b/include/uapi/linux/vzcalluser.h
index 49225e0..d517348 100644
--- a/include/uapi/linux/vzcalluser.h
+++ b/include/uapi/linux/vzcalluser.h
@@ -14,7 +14,7 @@
#include <linux/types.h>
#include <linux/ioctl.h>
-#include <uapi/linux/vziptable_defs.h>
+#include <linux/vziptable_defs.h>
#ifndef __ENVID_T_DEFINED__
# define __ENVID_T_DEFINED__
More information about the Devel
mailing list