X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=fs%2Fmount.h;h=d2e25d7b64b3073c28f37a339b31ac75d275c6f4;hb=53aeee7a86620b4dca81f6b807b37f36e7f99b09;hp=14db05d424f7059d9bd035f88f9c50b719447ee8;hpb=473e0bc39bd5d2542e90edc622a65bd49206409d;p=cascardo%2Flinux.git diff --git a/fs/mount.h b/fs/mount.h index 14db05d424f7..d2e25d7b64b3 100644 --- a/fs/mount.h +++ b/fs/mount.h @@ -10,9 +10,12 @@ struct mnt_namespace { struct mount * root; struct list_head list; struct user_namespace *user_ns; + struct ucounts *ucounts; u64 seq; /* Sequence number to prevent loops */ wait_queue_head_t poll; u64 event; + unsigned int mounts; /* # of mounts in the namespace */ + unsigned int pending_mounts; }; struct mnt_pcp {