cred: simpler, 1D supplementary groups
[linux-2.6-block.git] / fs / mount.h
index 14db05d424f7059d9bd035f88f9c50b719447ee8..d2e25d7b64b3073c28f37a339b31ac75d275c6f4 100644 (file)
@@ -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 {