Al Viro
7d6fec45a5
vfs: start hiding vfsmount guts series
...
Almost all fields of struct vfsmount are used only by core VFS (and
a fairly small part of it, at that). The plan: embed struct vfsmount
into struct mount, making the latter visible only to core parts of VFS.
Then move fields from vfsmount to mount, eventually leaving only
mnt_root/mnt_sb/mnt_flags in struct vfsmount. Filesystem code still
gets pointers to struct vfsmount and remains unchanged; all such
pointers go to struct vfsmount embedded into the instances of struct
mount allocated by fs/namespace.c. When fs/namespace.c et.al. get
a pointer to vfsmount, they turn it into pointer to mount (using
container_of) and work with that.
This is the first part of series; struct mount is introduced,
allocation switched to using it.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2012-01-03 22:56:57 -05:00
..
2012-01-03 22:52:40 -05:00
2011-11-02 12:53:43 +01:00
2012-01-03 22:52:40 -05:00
2012-01-03 22:52:40 -05:00
2011-11-02 12:53:43 +01:00
2012-01-03 22:52:40 -05:00
2012-01-03 22:52:40 -05:00
2012-01-03 22:52:40 -05:00
2011-07-20 01:44:21 -04:00
2012-01-03 22:52:40 -05:00
2011-12-08 22:04:47 -06:00
2012-01-03 22:52:40 -05:00
2012-01-03 22:52:42 -05:00
2011-07-17 23:22:02 -04:00
2012-01-03 22:52:41 -05:00
2011-11-02 12:53:43 +01:00
2011-07-25 22:49:19 -07:00
2012-01-03 22:52:40 -05:00
2012-01-03 22:52:40 -05:00
2012-01-03 22:52:40 -05:00
2012-01-03 22:52:40 -05:00
2012-01-03 22:52:40 -05:00
2012-01-03 22:52:40 -05:00
2012-01-03 22:52:40 -05:00
2012-01-03 22:52:40 -05:00
2011-07-21 10:59:16 -07:00
2012-01-03 22:52:40 -05:00
2012-01-03 22:52:40 -05:00
2012-01-03 22:52:40 -05:00
2012-01-03 22:52:40 -05:00
2012-01-03 22:52:40 -05:00
2012-01-03 22:52:40 -05:00
2012-01-03 22:52:41 -05:00
2012-01-03 22:52:40 -05:00
2012-01-03 22:52:40 -05:00
2011-11-01 19:04:59 -04:00
2011-11-01 19:09:18 -04:00
2012-01-03 22:52:40 -05:00
2012-01-03 22:52:40 -05:00
2011-09-14 08:21:48 -04:00
2012-01-03 22:52:40 -05:00
2012-01-03 22:52:40 -05:00
2012-01-03 22:52:40 -05:00
2012-01-03 22:52:40 -05:00
2012-01-03 22:52:40 -05:00
2012-01-03 22:52:40 -05:00
2011-07-26 16:49:47 -07:00
2012-01-03 22:52:40 -05:00
2012-01-03 22:52:40 -05:00
2011-07-26 13:05:28 -04:00
2012-01-03 22:52:40 -05:00
2011-10-31 17:30:54 -07:00
2012-01-03 22:52:40 -05:00
2011-11-17 12:58:07 -08:00
2012-01-03 22:52:40 -05:00
2011-11-06 19:02:23 -08:00
2011-11-02 16:06:58 -07:00
2012-01-03 22:52:40 -05:00
2012-01-03 22:52:40 -05:00
2012-01-03 22:52:40 -05:00
2011-11-02 12:53:43 +01:00
2012-01-03 22:52:40 -05:00
2012-01-03 22:52:40 -05:00
2012-01-03 22:52:40 -05:00
2012-01-03 22:52:40 -05:00
2012-01-03 22:52:40 -05:00
2011-11-02 16:07:03 -07:00
2011-07-26 12:57:09 -04:00
2011-08-09 10:31:03 +10:00
2011-07-20 20:47:59 -04:00
2011-07-20 01:43:10 -04:00
2011-11-02 16:06:58 -07:00
2011-11-02 12:53:43 +01:00
2011-10-31 19:30:31 -04:00
2011-11-16 09:21:50 +01:00
2012-01-03 22:52:40 -05:00
2011-11-06 19:02:23 -08:00
2011-08-07 22:24:41 -07:00
2012-01-03 22:53:07 -05:00
2012-01-03 22:52:36 -05:00
2011-05-31 16:33:35 +02:00
2011-10-28 14:58:58 +02:00
2011-05-25 08:39:26 -07:00
2011-10-31 17:30:57 -07:00
2012-01-03 22:52:35 -05:00
2011-07-26 16:49:47 -07:00
2012-01-03 22:52:39 -05:00
2011-12-18 14:20:17 +08:00
2011-08-01 02:10:06 -04:00
2012-01-03 22:52:40 -05:00
2012-01-03 22:53:07 -05:00
2011-10-31 19:30:31 -04:00
2011-10-31 17:30:45 -07:00
2011-11-02 12:53:43 +01:00
2011-12-26 10:25:26 -08:00
2011-10-27 08:36:51 +02:00
2011-05-25 08:39:26 -07:00
2012-01-03 22:56:57 -05:00
2011-05-26 10:01:43 -06:00
2011-11-07 14:58:06 -08:00
2012-01-03 22:56:57 -05:00
2012-01-03 22:52:40 -05:00
2012-01-03 22:52:41 -05:00
2012-01-03 22:52:36 -05:00
2012-01-03 22:52:37 -05:00
2011-10-28 14:58:54 +02:00
2011-10-31 17:30:44 -07:00
2012-01-03 22:52:40 -05:00
2011-07-25 20:57:11 -07:00
2011-11-02 12:53:43 +01:00
2011-11-02 12:53:42 +01:00
2012-01-03 22:53:07 -05:00
2012-01-03 22:53:10 -05:00
2011-10-31 00:33:36 +08:00
2011-06-14 11:46:14 +02:00
2012-01-03 22:52:40 -05:00