audit: complex interfield comparison helper
authorEric Paris <eparis@redhat.com>
Tue, 3 Jan 2012 19:23:08 +0000 (14:23 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Tue, 17 Jan 2012 21:17:02 +0000 (16:17 -0500)
commitb34b039324bf081554ee8678f9b8c5d937e5206c
treeff454dfed0580753defbeb87652bcf19faaf7800
parent02d86a568c6d2d335256864451ac8ce781bc5652
audit: complex interfield comparison helper

Rather than code the same loop over and over implement a helper function which
uses some pointer magic to make it generic enough to be used numerous places
as we implement more audit interfield comparisons

Signed-off-by: Eric Paris <eparis@redhat.com>
kernel/auditsc.c