No need to force inline of currecord(), as the compiler will usefully
inline it when needed already, and the symbol is also required outside of
audit.c. This silences a new gcc warning on the topic of using inline
instead of __inline.
MFC after: 3 days