lkml.org 
[lkml]   [2014]   [Jan]   [14]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [PATCH 2/2] audit: Convert int limit uses to u32
From
Date
On Tue, 2014-01-14 at 14:07 -0500, Eric Paris wrote:
> On Tue, 2014-01-14 at 10:33 -0800, Joe Perches wrote:
> > The equivalent uapi struct uses __u32 so make the kernel
> > uses u32 too.
[]
> > diff --git a/kernel/audit.c b/kernel/audit.c
[]
> > @@ -79,16 +79,16 @@ static int audit_initialized;
[]
> > /* Default state when kernel boots without any parameters. */
> > -static int audit_default;
> > +u32 audit_default;
>
> Can't figure out why you dropped the static...

oops, typo.

> I'm putting it back.

thanks.




\
 
 \ /
  Last update: 2014-01-14 21:01    [W:0.031 / U:0.508 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site