Re: [PATCH 1/3] XFRM: Assorted IPsec fixups

2007-12-20 Thread David Miller
From: James Morris <[EMAIL PROTECTED]> Date: Fri, 21 Dec 2007 09:25:38 +1100 (EST) > On Thu, 20 Dec 2007, Paul Moore wrote: > > > This patch fixes a number of small but potentially troublesome things in the > > XFRM/IPsec code: > > > > * Use the 'audit_enabled' variable already in include/linux

Re: [PATCH 1/3] XFRM: Assorted IPsec fixups

2007-12-20 Thread James Morris
On Thu, 20 Dec 2007, Paul Moore wrote: > This patch fixes a number of small but potentially troublesome things in the > XFRM/IPsec code: > > * Use the 'audit_enabled' variable already in include/linux/audit.h >Removed the need for extern declarations local to each XFRM audit fuction > > *

[PATCH 1/3] XFRM: Assorted IPsec fixups

2007-12-20 Thread Paul Moore
This patch fixes a number of small but potentially troublesome things in the XFRM/IPsec code: * Use the 'audit_enabled' variable already in include/linux/audit.h Removed the need for extern declarations local to each XFRM audit fuction * Convert 'sid' to 'secid' everywhere we can The 'sid