diff options
author | stephen hemminger <shemminger@vyatta.com> | 2011-01-12 10:42:32 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-01-12 22:00:39 -0500 |
commit | 838b4dc6d8a6bd83a93077ebc6873712c65bf85e (patch) | |
tree | bda502af1bd185298390da2aaf511397105bc798 /include | |
parent | 35ab7b798a2dc4a9b19bd85833f83a19736bcfd8 (diff) |
sched: remove unused backlog in RED stats
The RED statistics structure includes backlog field which is not
set or used by any code.
Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-rw-r--r-- | include/net/red.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/red.h b/include/net/red.h index 995108e54d9f..3319f16b3beb 100644 --- a/include/net/red.h +++ b/include/net/red.h | |||
@@ -97,7 +97,6 @@ struct red_stats { | |||
97 | u32 forced_mark; /* Forced marks, qavg > max_thresh */ | 97 | u32 forced_mark; /* Forced marks, qavg > max_thresh */ |
98 | u32 pdrop; /* Drops due to queue limits */ | 98 | u32 pdrop; /* Drops due to queue limits */ |
99 | u32 other; /* Drops due to drop() calls */ | 99 | u32 other; /* Drops due to drop() calls */ |
100 | u32 backlog; | ||
101 | }; | 100 | }; |
102 | 101 | ||
103 | struct red_parms { | 102 | struct red_parms { |