Re: [PATCH] XFRM: Audit function arguments misordered

2007-12-20 Thread David Miller
From: Paul Moore [EMAIL PROTECTED] Date: Wed, 19 Dec 2007 14:29:38 -0500 In several places the arguments to the xfrm_audit_start() function are in the wrong order resulting in incorrect user information being reported. This patch corrects this by pacing the arguments in the correct order.

[PATCH] XFRM: Audit function arguments misordered

2007-12-19 Thread Paul Moore
In several places the arguments to the xfrm_audit_start() function are in the wrong order resulting in incorrect user information being reported. This patch corrects this by pacing the arguments in the correct order. Signed-off-by: Paul Moore [EMAIL PROTECTED] --- net/xfrm/xfrm_policy.c |4