]> git.openfabrics.org - ~shefty/rdma-dev.git/commit
tomoyo: stop including hell knows what
authorAl Viro <viro@zeniv.linux.org.uk>
Fri, 25 Nov 2011 01:08:53 +0000 (20:08 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Wed, 4 Jan 2012 03:52:38 +0000 (22:52 -0500)
commitc5dc332eb93881fc8234d652f6e91a2825b06503
tree40327f76166c51e9109a6a1997566336529f6938
parentaa0a4cf0ab4b03db21133a0ba62f558ed1bfcd1d
tomoyo: stop including hell knows what

tomoyo/realpath.c needs exactly one include - that of common.h.  It pulls
everything the thing needs, without doing ridiculous garbage such as trying
to include ../../fs/internal.h.  If that alone doesn't scream "layering
violation", I don't know what does; and these days it's all for nothing,
since it fortunately does not use any symbols defined in there...

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