diff options
Diffstat (limited to 'fs/mount.h')
-rw-r--r-- | fs/mount.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ #include <linux/mount.h> struct mount { + struct list_head mnt_hash; struct vfsmount mnt; }; |
![]() |
index : op-kernel-dev | |
Development kernel branch for OpenPOWER systems | Raptor Engineering, LLC |
summaryrefslogtreecommitdiffstats |
-rw-r--r-- | fs/mount.h | 1 |
@@ -1,6 +1,7 @@ #include <linux/mount.h> struct mount { + struct list_head mnt_hash; struct vfsmount mnt; }; |
![]() |