diff options
author | Eric Paris <eparis@redhat.com> | 2012-02-16 15:08:39 -0500 |
---|---|---|
committer | Eric Paris <eparis@redhat.com> | 2012-04-09 12:22:41 -0400 |
commit | 6ce74ec75ca690c4fb3a3c5f8b7767d094d93215 (patch) | |
tree | 9ae2296b93f19fd09213d2db90f749498b4e16e7 /security | |
parent | 72e8c8593f8fdb983d9cd79d824f6b48ef21f14f (diff) | |
download | linux-6ce74ec75ca690c4fb3a3c5f8b7767d094d93215.tar.gz linux-6ce74ec75ca690c4fb3a3c5f8b7767d094d93215.tar.bz2 linux-6ce74ec75ca690c4fb3a3c5f8b7767d094d93215.zip |
SELinux: include flow.h where used rather than get it indirectly
We use flow_cache_genid in the selinux xfrm files. This is declared in
net/flow.h However we do not include that file directly anywhere. We have
always just gotten it through a long chain of indirect .h file includes.
on x86_64:
CC security/selinux/ss/services.o
In file included from
/next/linux-next-20120216/security/selinux/ss/services.c:69:0:
/next/linux-next-20120216/security/selinux/include/xfrm.h: In function 'selinux_xfrm_notify_policyload':
/next/linux-next-20120216/security/selinux/include/xfrm.h:51:14: error: 'flow_cache_genid' undeclared (first use in this function)
/next/linux-next-20120216/security/selinux/include/xfrm.h:51:14: note: each undeclared identifier is reported only once for each function it appears in
make[3]: *** [security/selinux/ss/services.o] Error 1
Reported-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Eric Paris <eparis@redhat.com>
Diffstat (limited to 'security')
0 files changed, 0 insertions, 0 deletions