Re: [PATCH 0/2] SELinux Netlabel updates

From: Linus Torvalds
Date: Tue Jul 17 2007 - 20:47:06 EST




On Wed, 18 Jul 2007, Michal Piotrowski wrote:
>
> Once again I tested both patches, build log shows only this

You clearly didn't test them with CONFIG_NETLABEL set to off, or you have
a buggy compiler.

You had

int netlbl_enabled(void)
{
return 0;
}

in a header file.

Now think for a moment what happens when that header file gets included
multiple times from different C files?

Linus
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/