summaryrefslogtreecommitdiffstats
path: root/security/tomoyo
diff options
context:
space:
mode:
authorAl Viro2011-12-07 19:06:11 +0100
committerAl Viro2012-01-04 04:57:13 +0100
commitd10577a8d86a0c735488d66d32289a6d66bcfa20 (patch)
treea38b3606fb863064eb89166f6a3115f7c5eccfd7 /security/tomoyo
parentswitch mnt_namespace ->root to struct mount (diff)
downloadkernel-qcow2-linux-d10577a8d86a0c735488d66d32289a6d66bcfa20.tar.gz
kernel-qcow2-linux-d10577a8d86a0c735488d66d32289a6d66bcfa20.tar.xz
kernel-qcow2-linux-d10577a8d86a0c735488d66d32289a6d66bcfa20.zip
vfs: trim includes a bit
[folded fix for missing magic.h from Tetsuo Handa] Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'security/tomoyo')
-rw-r--r--security/tomoyo/realpath.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/security/tomoyo/realpath.c b/security/tomoyo/realpath.c
index 2cb5db589c9d..80a09c37cac8 100644
--- a/security/tomoyo/realpath.c
+++ b/security/tomoyo/realpath.c
@@ -5,6 +5,7 @@
*/
#include "common.h"
+#include <linux/magic.h>
/**
* tomoyo_encode2 - Encode binary string to ascii string.