X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=fs%2Fmount.h;h=d2e25d7b64b3073c28f37a339b31ac75d275c6f4;hb=eb4b678825992aa434d32b2f615d2090281e0f88;hp=14db05d424f7059d9bd035f88f9c50b719447ee8;hpb=2ca0a9d80c3a2cd3917b768080cce7f59b9bc490;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 {