aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'fs/mount.h')
-rw-r--r--fs/mount.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/mount.h b/fs/mount.h
index 6a61c2b3e385..2152c16ddf74 100644
--- a/fs/mount.h
+++ b/fs/mount.h
@@ -13,6 +13,8 @@ struct mnt_namespace {
13 u64 seq; /* Sequence number to prevent loops */ 13 u64 seq; /* Sequence number to prevent loops */
14 wait_queue_head_t poll; 14 wait_queue_head_t poll;
15 u64 event; 15 u64 event;
16 unsigned int mounts; /* # of mounts in the namespace */
17 unsigned int pending_mounts;
16}; 18};
17 19
18struct mnt_pcp { 20struct mnt_pcp {