aboutsummaryrefslogtreecommitdiff
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 201dd616e6c..853738f5897 100644
--- a/fs/mount.h
+++ b/fs/mount.h
@@ -3,6 +3,7 @@
struct mount {
struct list_head mnt_hash;
struct mount *mnt_parent;
+ struct dentry *mnt_mountpoint;
struct vfsmount mnt;
};