It's better to define audit_ever_enabled as bool Signed-off-by: Gao feng <gaof...@cn.fujitsu.com> --- kernel/audit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kernel/audit.c b/kernel/audit.c index 4595a9e..1138ff5 100644 --- a/kernel/audit.c +++ b/kernel/audit.c @@ -76,7 +76,7 @@ static int audit_initialized; #define AUDIT_OFF 0 #define AUDIT_ON 1 #define AUDIT_LOCKED 2 -int audit_ever_enabled; +bool audit_ever_enabled; /* Default state when kernel boots without any parameters. */ static int audit_default; -- 1.8.1.4 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/