summaryrefslogtreecommitdiffstats
path: root/fs/mount.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/mount.h')
-rw-r--r--fs/mount.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/mount.h b/fs/mount.h
index bf1fda6eed8f..ede5a1d5cf99 100644
--- a/fs/mount.h
+++ b/fs/mount.h
@@ -58,6 +58,7 @@ struct mount {
58 struct mnt_namespace *mnt_ns; /* containing namespace */ 58 struct mnt_namespace *mnt_ns; /* containing namespace */
59 struct mountpoint *mnt_mp; /* where is it mounted */ 59 struct mountpoint *mnt_mp; /* where is it mounted */
60 struct hlist_node mnt_mp_list; /* list mounts with the same mountpoint */ 60 struct hlist_node mnt_mp_list; /* list mounts with the same mountpoint */
61 struct list_head mnt_reparent; /* reparent list entry */
61#ifdef CONFIG_FSNOTIFY 62#ifdef CONFIG_FSNOTIFY
62 struct fsnotify_mark_connector __rcu *mnt_fsnotify_marks; 63 struct fsnotify_mark_connector __rcu *mnt_fsnotify_marks;
63 __u32 mnt_fsnotify_mask; 64 __u32 mnt_fsnotify_mask;