Skip to content
Commit f34fbb97 authored by Jaco Kroon's avatar Jaco Kroon Committed by David S. Miller
Browse files

[PKTGEN]: Deinitialise static variables.



static variables should not be explicitly initialised to 0.  This causes
them to be placed in .data instead of .bss.  This patch de-initialises 3
static variables in net/core/pktgen.c.

There are approximately 800 more such variables in the source tree
(2.6.15rc5).  If there is more interrest I'd be willing to track down the
rest of these as well and de-initialise them as well.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 90ddc4f0
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment