NetLabel: convert a BUG_ON in the CIPSO code to a runtime check
authorPaul Moore <paul.moore@hp.com>
Wed, 28 Feb 2007 20:14:21 +0000 (15:14 -0500)
committerJames Morris <jmorris@namei.org>
Thu, 26 Apr 2007 05:35:47 +0000 (01:35 -0400)
This patch changes a BUG_ON in the CIPSO code to a runtime check.  It should
also increase the readability of the code as it replaces an unexplained
constant with a well defined macro.

Signed-off-by: Paul Moore <paul.moore@hp.com>
Signed-off-by: James Morris <jmorris@namei.org>

No differences found