On Tue, 2005-03-01 at 17:36 -0800, Chris Wright wrote:
#ifdef CONFIG_AUDITSYSCALL
+/* forward decl for audit_inode */
+struct inode;
I don't think it does any harm to make the forward declaration
unconditional. It probably doesn't need a comment either. Just put it
with the others for audit_buffer and audit_context, which might as well
be unconditional too.
--
dwmw2