From: Michal Piotrowski <[EMAIL PROTECTED]> Date: Thu, 25 Jan 2007 22:05:48 +0100
> It doesn't build for me. > > make O=/dir > [..] > security/built-in.o: In function `security_set_bools': > (.text+0x12471): undefined reference to `flow_cache_genid' > security/built-in.o: In function `security_load_policy': > (.text+0x128b3): undefined reference to `flow_cache_genid' > make[1]: *** [.tmp_vmlinux1] Error 1 > make: *** [_all] Error 2 Venkat, I think we should fix this by embedding the flow_cache_genid bumps into selinux_netlbl_cache_invalidate() and selnl_notify_policyload(), or something like that. That way we don't have to pepper CONFIG_XFRM ifdefs all over services.c Any better ideas? I'm actually surprised this code gets built at all when CONFIG_XFRM is disabled to be honest. :-) - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/