From: Harald Welte <[EMAIL PROTECTED]>
Date: Tue, 26 Jul 2005 04:39:36 -0400

> Ok, so the general rule should be to not have such statically BSS
> allocated arrays at all, but rather allocate them at runtime?  I always
> thought it would be better to putt them in BSS.  Netfilter has a number
> of them sitting in kernel modules (such as the protocol helper array,
> etc.)

In general, yes.  Unless it's, say, an array of 4 integers or something
equally tiny, you should really allocate it dynamically.
-
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

Reply via email to