vfs: move mnt_devname

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

View File

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