Al Viro
|
ece2ccb668
|
Merge branches 'vfsmount-guts', 'umode_t' and 'partitions' into Z
|
2012-01-06 23:15:54 -05:00 |
|
Al Viro
|
d10577a8d8
|
vfs: trim includes a bit
[folded fix for missing magic.h from Tetsuo Handa]
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
|
2012-01-03 22:57:13 -05:00 |
|
Al Viro
|
be08d6d260
|
switch mnt_namespace ->root to struct mount
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
|
2012-01-03 22:57:13 -05:00 |
|
Al Viro
|
0226f4923f
|
vfs: take /proc/*/mounts and friends to fs/proc_namespace.c
rationale: that stuff is far tighter bound to fs/namespace.c than to
the guts of procfs proper.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
|
2012-01-03 22:57:13 -05:00 |
|
Al Viro
|
3a2393d71d
|
vfs: opencode mntget() mnt_set_mountpoint()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
|
2012-01-03 22:57:12 -05:00 |
|
Al Viro
|
909b0a88ef
|
vfs: spread struct mount - remaining argument of next_mnt()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
|
2012-01-03 22:57:12 -05:00 |
|
Al Viro
|
c63181e6b6
|
vfs: move fsnotify junk to struct mount
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
|
2012-01-03 22:57:12 -05:00 |
|
Al Viro
|
52ba1621de
|
vfs: move mnt_devname
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
|
2012-01-03 22:57:11 -05:00 |
|
Al Viro
|
1a4eeaf2a8
|
vfs: move mnt_list to struct mount
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
|
2012-01-03 22:57:11 -05:00 |
|
Al Viro
|
fc7be130c7
|
vfs: switch pnode.h macros to struct mount *
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
|
2012-01-03 22:57:11 -05:00 |
|
Al Viro
|
863d684f94
|
vfs: move the rest of int fields to struct mount
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
|
2012-01-03 22:57:10 -05:00 |
|
Al Viro
|
15169fe784
|
vfs: mnt_id/mnt_group_id moved
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
|
2012-01-03 22:57:10 -05:00 |
|
Al Viro
|
143c8c91ce
|
vfs: mnt_ns moved to struct mount
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
|
2012-01-03 22:57:09 -05:00 |
|
Al Viro
|
900148dcac
|
vfs: spread struct mount - mntput_no_expire
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
|
2012-01-03 22:57:09 -05:00 |
|
Al Viro
|
95bc5f25c1
|
vfs: spread struct mount - do_add_mount and graft_tree
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
|
2012-01-03 22:57:09 -05:00 |
|
Al Viro
|
6776db3d32
|
vfs: take mnt_share/mnt_slave/mnt_slave_list and mnt_expire to struct mount
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
|
2012-01-03 22:57:08 -05:00 |
|
Al Viro
|
32301920f4
|
vfs: and now we can make ->mnt_master point to struct mount
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
|
2012-01-03 22:57:08 -05:00 |
|
Al Viro
|
d10e8def07
|
vfs: take mnt_master to struct mount
make IS_MNT_SLAVE take struct mount * at the same time
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
|
2012-01-03 22:57:08 -05:00 |
|
Al Viro
|
14cf1fa8f5
|
vfs: spread struct mount - remaining argument of mnt_set_mountpoint()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
|
2012-01-03 22:57:07 -05:00 |
|
Al Viro
|
a8d56d8e4f
|
vfs: spread struct mount - propagate_mnt()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
|
2012-01-03 22:57:07 -05:00 |
|
Al Viro
|
c937135d98
|
vfs: spread struct mount - shared subtree iterators
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
|
2012-01-03 22:57:07 -05:00 |
|
Al Viro
|
6fc7871fed
|
vfs: spread struct mount - get_dominating_id / do_make_slave
next pile of horrors, similar to mnt_parent one; this time it's
mnt_master.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
|
2012-01-03 22:57:06 -05:00 |
|
Al Viro
|
6b41d536f7
|
vfs: take mnt_child/mnt_mounts to struct mount
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
|
2012-01-03 22:57:06 -05:00 |
|
Al Viro
|
68e8a9feab
|
vfs: all counters taken to struct mount
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
|
2012-01-03 22:57:06 -05:00 |
|
Al Viro
|
83adc75322
|
vfs: spread struct mount - work with counters
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
|
2012-01-03 22:57:05 -05:00 |
|