From: Al Viro Date: Sat, 1 Nov 2014 02:56:04 +0000 (-0400) Subject: common object embedded into various struct ....ns X-Git-Tag: omap-for-v3.20/drop-legacy-3517~57^2~7^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=435d5f4bb2ccba3b791d9ef61d2590e30b8e806e;p=pandora-kernel.git common object embedded into various struct ....ns for now - just move corresponding ->proc_inum instances over there Acked-by: "Eric W. Biederman" Signed-off-by: Al Viro --- diff --git a/fs/mount.h b/fs/mount.h index f82c62840905..0ad6f760ce52 100644 --- a/fs/mount.h +++ b/fs/mount.h @@ -1,10 +1,11 @@ #include #include #include +#include struct mnt_namespace { atomic_t count; - unsigned int proc_inum; + struct ns_common ns; struct mount * root; struct list_head list; struct user_namespace *user_ns; Reading git-diff-tree failed