aboutsummaryrefslogtreecommitdiffstats
path: root/fs/mount.h
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 e037981d8351..d2e25d7b64b3 100644
--- a/fs/mount.h
+++ b/fs/mount.h
@@ -14,6 +14,8 @@ struct mnt_namespace {
14 u64 seq; /* Sequence number to prevent loops */ 14 u64 seq; /* Sequence number to prevent loops */
15 wait_queue_head_t poll; 15 wait_queue_head_t poll;
16 u64 event; 16 u64 event;
17 unsigned int mounts; /* # of mounts in the namespace */
18 unsigned int pending_mounts;
17}; 19};
18 20
19struct mnt_pcp { 21struct mnt_pcp {