X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=fs%2Fmount.h;h=0ad6f760ce521b93a2847c501e579d1c4a440334;hb=64bb1b944b554a751b518b09c3d596f6b6c0ce31;hp=f82c62840905f8be7df888a6dd87bfb2e2c30af5;hpb=3d0f8536cd24079a68a53266517f6ab85d7d6f5b;p=cascardo%2Flinux.git 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;