X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=fs%2Fmount.h;h=0ad6f760ce521b93a2847c501e579d1c4a440334;hb=2efda9042d76fcab0fb87b7ee8d84da52bf122b0;hp=f82c62840905f8be7df888a6dd87bfb2e2c30af5;hpb=bc02871b4583ac2fc2567d9d1826b2857cf169ac;p=mirror_ubuntu-bionic-kernel.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;