From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Layton Subject: Re: [PATCH v7 05/49] audit: add a new "type" field to audit_names struct Date: Tue, 2 Oct 2012 11:58:45 -0400 Message-ID: <20121002115845.5609dec9@tlielax.poochiereds.net> References: <1349137018-21948-1-git-send-email-jlayton@redhat.com> <1349137018-21948-6-git-send-email-jlayton@redhat.com> <20121002155028.GA22698@infradead.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20121002155028.GA22698@infradead.org> Sender: linux-fsdevel-owner@vger.kernel.org To: Christoph Hellwig Cc: viro@ZenIV.linux.org.uk, eparis@redhat.com, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, linux-audit@redhat.com List-Id: linux-audit@redhat.com On Tue, 2 Oct 2012 11:50:28 -0400 Christoph Hellwig wrote: > > +#define AUDIT_TYPE_UNKNOWN 0 /* we don't know yet */ > > +#define AUDIT_TYPE_NORMAL 1 /* a "normal" audit record */ > > I don't care about tab vs space after the #define, but at least be > consistent. > My bad...will fix. -- Jeff Layton