Skip to content

Commit

Permalink
sched: remove unused backlog in RED stats
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
stephen hemminger authored and David S. Miller committed Jan 13, 2011
1 parent 35ab7b7 commit 838b4dc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/net/red.h
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ struct red_stats {
u32 forced_mark; /* Forced marks, qavg > max_thresh */
u32 pdrop; /* Drops due to queue limits */
u32 other; /* Drops due to drop() calls */
u32 backlog;
};

struct red_parms {
Expand Down

0 comments on commit 838b4dc

Please sign in to comment.