On Fri, Mar 22, 2019 at 1:46 PM Ondrej Mosnacek <[email protected]> wrote: > On Fri, Mar 22, 2019 at 3:04 PM Yue Haibing <[email protected]> wrote: > > From: YueHaibing <[email protected]> > > > > Fix sparse warning: > > > > security/selinux/hooks.c:3389:5: warning: > > symbol 'selinux_kernfs_init_security' was not declared. Should it be > > static? > > > > Signed-off-by: YueHaibing <[email protected]> > > Yup, another trivial mistake on my part... > > Acked-by: Ondrej Mosnacek <[email protected]> > > Thanks for catching that!
Yes, thanks for the patch; I don't always check for static (or const'ified args) as much as I should when reviewing code. Merged into selinux/next. -- paul moore www.paul-moore.com

