commit | 185b1aa122f87052d9154bb74990bc785372a750 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <dada1@cosmosbay.com> | Sat Oct 21 20:24:01 2006 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sat Oct 21 20:24:01 2006 -0700 |
tree | db94766ebe19f43486dde50851d1286de0825105 | |
parent | 375216ad0c303adeed45281ce82e153d41de679a [diff] |
[NET]: Reduce sizeof(struct flowi) by 20 bytes. As suggested by David, just kill off some unused fields in dnports to reduce sizef(struct flowi). If they come back, they should be moved to nl_u.dn_u in order not to enlarge again struct flowi [ Modified to really delete this stuff instead of using #if 0. -DaveM ] Signed-off-by: Eric Dumazet <dada1@cosmosbay.com> Signed-off-by: David S. Miller <davem@davemloft.net>