get rid of insanity with namespace roots in tomoyo
authorAl Viro <viro@zeniv.linux.org.uk>
Fri, 5 Feb 2010 06:41:33 +0000 (01:41 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Wed, 3 Mar 2010 19:07:59 +0000 (14:07 -0500)
commit37afdc7960ab493f827b5df9dc1b71b63b44331c
tree6c9b79d2cf73de3c5d371447ded129e3a32167e5
parent9f5596af44514f99e3a654a4f7cb813354b9e516
get rid of insanity with namespace roots in tomoyo

passing *any* namespace root to __d_path() as root is equivalent
to just passing it {NULL, NULL}; no need to bother with finding
the root of our namespace in there.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
security/tomoyo/realpath.c