]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit9615a3ad20cda6d6fd1ebde857da625e83e68050
tree6c9b79d2cf73de3c5d371447ded129e3a32167e5
parent2c96c17881a7978f823f30b2578dc672884d76da
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