From: Herbert Xu <[EMAIL PROTECTED]> Date: Sun, 06 Jan 2008 11:29:35 +1100
> We should never use inline except when it's on the fast path and this > is definitely not a fast path. If a function ends up being called > just once the compiler will most likely inline it anyway, making the > use of the keyword inline redundant. Similarly I question just about any inline usage at all in *.c files these days. I even would discourage it's use for fast-path cases as well. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html