diff options
Diffstat (limited to 'fs/mount.h')
-rw-r--r-- | fs/mount.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/mount.h b/fs/mount.h index 0921b51e27e2..4ef36d93e5a2 100644 --- a/fs/mount.h +++ b/fs/mount.h | |||
@@ -29,6 +29,7 @@ struct mount { | |||
29 | #endif | 29 | #endif |
30 | struct list_head mnt_mounts; /* list of children, anchored here */ | 30 | struct list_head mnt_mounts; /* list of children, anchored here */ |
31 | struct list_head mnt_child; /* and going through their mnt_child */ | 31 | struct list_head mnt_child; /* and going through their mnt_child */ |
32 | struct list_head mnt_instance; /* mount instance on sb->s_mounts */ | ||
32 | const char *mnt_devname; /* Name of device e.g. /dev/dsk/hda1 */ | 33 | const char *mnt_devname; /* Name of device e.g. /dev/dsk/hda1 */ |
33 | struct list_head mnt_list; | 34 | struct list_head mnt_list; |
34 | struct list_head mnt_expire; /* link in fs-specific expiry list */ | 35 | struct list_head mnt_expire; /* link in fs-specific expiry list */ |