From aa6f6b66adb7cc11fa47149aaf24202886503949 Mon Sep 17 00:00:00 2001 From: Vladimir Sokolovsky Date: Mon, 25 May 2015 12:48:32 +0300 Subject: [PATCH] compat: Mask seq_user_ns as RHEL6.7 backports it Signed-off-by: Vladimir Sokolovsky --- include/linux/compat-3.7.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/linux/compat-3.7.h b/include/linux/compat-3.7.h index 9724fa8..6aa94a0 100644 --- a/include/linux/compat-3.7.h +++ b/include/linux/compat-3.7.h @@ -29,6 +29,7 @@ #ifdef CONFIG_USER_NS +#define seq_user_ns LINUX_BACKPORT(seq_user_ns) #if (LINUX_VERSION_CODE > KERNEL_VERSION(2,6,38)) static inline struct user_namespace *seq_user_ns(struct seq_file *seq) { -- 2.46.0