diff options
Diffstat (limited to 'fs/mount.h')
| -rw-r--r-- | fs/mount.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/fs/mount.h b/fs/mount.h index bf1fda6eed8f..de45d9e76748 100644 --- a/fs/mount.h +++ b/fs/mount.h @@ -58,6 +58,7 @@ struct mount {  	struct mnt_namespace *mnt_ns;	/* containing namespace */  	struct mountpoint *mnt_mp;	/* where is it mounted */  	struct hlist_node mnt_mp_list;	/* list mounts with the same mountpoint */ +	struct list_head mnt_umounting; /* list entry for umount propagation */  #ifdef CONFIG_FSNOTIFY  	struct fsnotify_mark_connector __rcu *mnt_fsnotify_marks;  	__u32 mnt_fsnotify_mask; |