From: Eric Paris Date: Tue, 3 Jan 2012 17:25:15 +0000 (-0500) Subject: capabilities: call has_ns_capability from has_capability X-Git-Tag: v3.3-rc1~54^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=25e75703410a84b80623da3653db6b70282e5c6a;p=pandora-kernel.git capabilities: call has_ns_capability from has_capability Declare the more specific has_ns_capability first in the code and then call it from has_capability. The declaration reversal isn't stricty necessary since they are both declared in header files, but it just makes sense to put more specific functions first in the code. Signed-off-by: Eric Paris Acked-by: Serge E. Hallyn --- Reading git-diff-tree failed