Re: [PATCH] selinux: Remove security_ops extern

2014-12-01 Thread Paul Moore
On Friday, November 28, 2014 04:25:35 AM Yao Dongdong wrote: > security_ops is not used in this file. > > Signed-off-by: Yao Dongdong > --- > security/selinux/hooks.c | 2 -- > 1 file changed, 2 deletions(-) Applied, thanks. > diff --git a/security/selinux/hooks.c b/security/selinux/hooks.c >

[PATCH] selinux: Remove security_ops extern

2014-11-27 Thread Yao Dongdong
security_ops is not used in this file. Signed-off-by: Yao Dongdong --- security/selinux/hooks.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/security/selinux/hooks.c b/security/selinux/hooks.c index c603b20..6da7532 100644 --- a/security/selinux/hooks.c +++ b/security/selinux/hooks.c @@