]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - fs/mount.h
vfs: move mnt_mountpoint to struct mount
[mirror_ubuntu-artful-kernel.git] / fs / mount.h
index 201dd616e6c44e3a82cc2564b14922b0dea68fcb..853738f5897f32bbcc15fa3f507a73d53d570208 100644 (file)
@@ -3,6 +3,7 @@
 struct mount {
        struct list_head mnt_hash;
        struct mount *mnt_parent;
+       struct dentry *mnt_mountpoint;
        struct vfsmount mnt;
 };