On Thu, 2007-09-20 at 13:06 -0700, Joe Perches wrote:
That's even worse. If we want to have something better than the DBG
macros, then please convert the whole stuff into inline functions.
#ifdef DEBUG
static inline void debug_skb(struct sk_buff *skb)
{
if (debug & 4)
...
}
#else
static inline debug_skb(struct sk_buff *skb) {}
#endif
Thanks,
tglx
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html