selinux: avc_has_perm_flags has no more users
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 4 Oct 2013 19:57:22 +0000 (12:57 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 4 Oct 2013 21:13:14 +0000 (14:13 -0700)
.. so get rid of it.  The only indirect users were all the
avc_has_perm() callers which just expanded to have a zero flags
argument.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

No differences found