mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 07:12:09 +00:00
vfs: move mnt_list to struct mount
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
fc7be130c7
commit
1a4eeaf2a8
3 changed files with 26 additions and 25 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue