2.4.18-pre7 Compile bug?

2.4.18-pre7 Compile bug?

Post by Calin A. Culian » Tue, 05 Feb 2002 15:10:07



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

More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/