Tried vfs.git#vfsmount-guts as of f939b0ff "vfs: trim includes a bit". Regarding TOMOYO part, I got one build error and got no runtime problems. [PATCH] TOMOYO: Fix build error. Include linux/magic.h for PROC_SUPER_MAGIC and SOCKFS_MAGIC. Signed-off-by: Tetsuo Handa <penguin-kernel@xxxxxxxxxxxxxxxxxxx> --- 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. -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html