On Thursday 17 March 2005 07:54 am, David Woodhouse wrote:
<snip>
... and the dummy macro if !CONFIG_AUDITFILESYSTEM. I'd already pointed
out that you provide the _implementation_ when CONFIG_AUDITSYSCALL is
set, not just when CONFIG_AUDITFILESYSTEM is set, but this is separate.
So, when CONFIG_AUDITSYSCALL, iff CONFIG_AUDITFILESYSTEM is set, will the I
provide the implementation. The CONFIG_AUDITFILESYSTEM check frames the
implementation within auditsc.c. I know, I know. #ifdef's in a .c -- If I
ever end up in your side of the world, I'll let you slap me around a
little ;) But anyway, if !CONFIG_AUDITFILESYSTEM the implementation is not
revealed and all the calls are macroed out :-) I guess that isn't very
obvious. Let me see if I can rework it.
-tim