diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2011-11-25 02:25:17 -0500 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2012-01-03 22:57:11 -0500 |
commit | 52ba1621de1479ce7e52b6d167860462e483313c (patch) | |
tree | 1609df395c437e8d2c0da30cace9a2b343ca0ad8 /include/linux | |
parent | 1a4eeaf2a8c07404e2d1c3ff99b393fd4c207170 (diff) |
vfs: move mnt_devname
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/mount.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/mount.h b/include/linux/mount.h index 16ae3d46b30a..f18dd1bfcbda 100644 --- a/include/linux/mount.h +++ b/include/linux/mount.h | |||
@@ -56,7 +56,6 @@ struct vfsmount { | |||
56 | __u32 mnt_fsnotify_mask; | 56 | __u32 mnt_fsnotify_mask; |
57 | struct hlist_head mnt_fsnotify_marks; | 57 | struct hlist_head mnt_fsnotify_marks; |
58 | #endif | 58 | #endif |
59 | const char *mnt_devname; /* Name of device e.g. /dev/dsk/hda1 */ | ||
60 | }; | 59 | }; |
61 | 60 | ||
62 | struct file; /* forward dec */ | 61 | struct file; /* forward dec */ |