Al Viro
|
34c80b1d93
|
vfs: switch ->show_options() to struct dentry *
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
|
2012-01-06 23:19:54 -05:00 |
|
Al Viro
|
a6322de67b
|
vfs: switch ->show_path() to struct dentry *
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
|
2012-01-06 23:16:55 -05:00 |
|
Al Viro
|
d861c630e9
|
vfs: switch ->show_devname() to struct dentry *
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
|
2012-01-06 23:16:54 -05:00 |
|
Al Viro
|
64132379d5
|
vfs: switch ->show_stats to struct dentry *
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
|
2012-01-06 23:16:54 -05:00 |
|
Al Viro
|
cdcf116d44
|
switch security_path_chmod() to struct path *
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
|
2012-01-06 23:16:53 -05:00 |
|
Al Viro
|
d8c9584ea2
|
vfs: prefer ->dentry->d_sb to ->mnt->mnt_sb
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
|
2012-01-06 23:16:53 -05:00 |
|
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 |
|
Al Viro
|
a73324da7a
|
vfs: move mnt_mountpoint to struct mount
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
|
2012-01-03 22:57:05 -05:00 |
|
Al Viro
|
0714a53380
|
vfs: now it can be done - make mnt_parent point to struct mount
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
|
2012-01-03 22:57:05 -05:00 |
|
Al Viro
|
3376f34fff
|
vfs: mnt_parent moved to struct mount
the second victim...
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
|
2012-01-03 22:57:04 -05:00 |
|
Al Viro
|
643822b41e
|
vfs: spread struct mount - is_path_reachable
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
|
2012-01-03 22:57:04 -05:00 |
|
Al Viro
|
676da58df7
|
vfs: spread struct mount - mnt_has_parent
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
|
2012-01-03 22:57:04 -05:00 |
|
Al Viro
|
1ab5973862
|
vfs: spread struct mount - do_umount/propagate_mount_busy
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
|
2012-01-03 22:57:03 -05:00 |
|
Al Viro
|
44d964d609
|
vfs: spread struct mount mnt_set_mountpoint child argument
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
|
2012-01-03 22:57:03 -05:00 |
|
Al Viro
|
87129cc0e3
|
vfs: spread struct mount - clone_mnt/copy_tree argument
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
|
2012-01-03 22:57:03 -05:00 |
|
Al Viro
|
692afc312b
|
vfs: spread struct mount - shrink_submounts/select_submounts
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
|
2012-01-03 22:57:02 -05:00 |
|
Al Viro
|
761d5c38eb
|
vfs: spread struct mount - umount_tree argument
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
|
2012-01-03 22:57:02 -05:00 |
|
Al Viro
|
1b8e5564b9
|
vfs: the first spoils - mnt_hash moved
taken out of struct vfsmount into struct mount
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
|
2012-01-03 22:57:02 -05:00 |
|
Al Viro
|
d5e50f74dd
|
vfs: spread struct mount to remaining users of ->mnt_hash
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
|
2012-01-03 22:57:01 -05:00 |
|
Al Viro
|
cb338d06e9
|
vfs: spread struct mount - clone_mnt/copy_tree result
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
|
2012-01-03 22:57:01 -05:00 |
|
Al Viro
|
0f0afb1dcf
|
vfs: spread struct mount - change_mnt_propagation/set_mnt_shared
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
|
2012-01-03 22:57:01 -05:00 |
|
Al Viro
|
b105e270b4
|
vfs: spread struct mount - alloc_vfsmnt/free_vfsmnt/mnt_alloc_id/mnt_free_id
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
|
2012-01-03 22:57:00 -05:00 |
|
Al Viro
|
cbbe362cd6
|
vfs: spread struct mount - tree_contains_unbindable
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
|
2012-01-03 22:57:00 -05:00 |
|
Al Viro
|
0fb54e5056
|
vfs: spread struct mount - attach_recursive_mnt
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
|
2012-01-03 22:57:00 -05:00 |
|
Al Viro
|
4b8b21f4fe
|
vfs: spread struct mount - mount group id handling
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
|
2012-01-03 22:56:59 -05:00 |
|
Al Viro
|
4b2619a571
|
vfs: spread struct mount - commit_tree
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
|
2012-01-03 22:56:59 -05:00 |
|