make struct mountpoint bear the dentry reference to mountpoint, not struct mount
[linux-2.6-block.git] / fs / mount.h
index 6250de544760e1ed28bd1e91df35f45ad29d9e8c..84aa8cdf49710d366cce6028643bf854c767af5c 100644 (file)
@@ -69,7 +69,6 @@ struct mount {
        int mnt_expiry_mark;            /* true if marked for expiry */
        struct hlist_head mnt_pins;
        struct fs_pin mnt_umount;
-       struct dentry *mnt_ex_mountpoint;
 } __randomize_layout;
 
 #define MNT_NS_INTERNAL ERR_PTR(-EINVAL) /* distinct from any mnt_namespace */