]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - fs/mount.h
fault-inject: add /proc/<pid>/fail-nth
[karo-tx-linux.git] / fs / mount.h
index bf1fda6eed8f36beae7e678a0be8e78cd9317201..de45d9e7674878db78d77d9aa4ac09e8da429dd9 100644 (file)
@@ -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;