netlink: kill eff_cap from struct netlink_skb_parms
authorPatrick McHardy <kaber@trash.net>
Thu, 3 Mar 2011 21:32:07 +0000 (13:32 -0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 3 Mar 2011 21:32:07 +0000 (13:32 -0800)
Netlink message processing in the kernel is synchronous these days,
capabilities can be checked directly in security_netlink_recv() from
the current process.

Signed-off-by: Patrick McHardy <kaber@trash.net>
Reviewed-by: James Morris <jmorris@namei.org>
[chrisw: update to include pohmelfs and uvesafb]
Signed-off-by: Chris Wright <chrisw@sous-sol.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found