git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33c4294
)
bury struct proc_ns in fs/proc
author
Al Viro
<viro@zeniv.linux.org.uk>
Sat, 1 Nov 2014 07:13:17 +0000
(
03:13
-0400)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Thu, 4 Dec 2014 19:34:54 +0000
(14:34 -0500)
a) make get_proc_ns() return a pointer to struct ns_common
b) mirror ns_ops in dentry->d_fsdata of ns dentries, so that
is_mnt_ns_file() could get away with fewer dereferences.
That way struct proc_ns becomes invisible outside of fs/proc/*.c
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
No differences found