vfs: move mnt_list to struct mount

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
Al Viro
2011-11-25 02:19:55 -05:00
parent fc7be130c7
commit 1a4eeaf2a8
3 changed files with 26 additions and 25 deletions

View File

@@ -57,7 +57,6 @@ struct vfsmount {
struct hlist_head mnt_fsnotify_marks;
#endif
const char *mnt_devname; /* Name of device e.g. /dev/dsk/hda1 */
struct list_head mnt_list;
};
struct file; /* forward dec */