x86/smpboot: Init apic mapping before usage
[cascardo/linux.git] / fs / mount.h
index e037981..d2e25d7 100644 (file)
@@ -14,6 +14,8 @@ struct mnt_namespace {
        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 {