2.4.18-pre7 Compile bug?

Calin A. Culianu (calin@ajvar.org)
Mon, 4 Feb 2002 01:07:15 -0500 (EST)


In net/ipv4/netfilter/ipfwadm_core.c on lines like 691, 735, and a few
others there's an incorrect call to MOD_INC_USE_COUNT and
MOD_DEC_USE_COUNT. That macro is being called incorrectly and causes the
compiler to get confused. I think what the author meant to do was
'MOD_DEC_USE_COUNT' (which implies THIS_MODULE) but (s)he really did
MOD_DEC_USE_COUNT().

At any rate, shall I submit a patch to fix this typo or has someone
already patched this?

-Calin

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/