diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/mount.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/mount.h b/include/linux/mount.h index b69362d2b5b2..e3f005993d0f 100644 --- a/include/linux/mount.h +++ b/include/linux/mount.h | |||
@@ -53,7 +53,6 @@ struct mnt_pcp { | |||
53 | }; | 53 | }; |
54 | 54 | ||
55 | struct vfsmount { | 55 | struct vfsmount { |
56 | struct dentry *mnt_mountpoint; /* dentry of mountpoint */ | ||
57 | struct dentry *mnt_root; /* root of the mounted tree */ | 56 | struct dentry *mnt_root; /* root of the mounted tree */ |
58 | struct super_block *mnt_sb; /* pointer to superblock */ | 57 | struct super_block *mnt_sb; /* pointer to superblock */ |
59 | #ifdef CONFIG_SMP | 58 | #ifdef CONFIG_SMP |