From: stephen hemminger Date: Wed, 12 Jan 2011 15:42:32 +0000 (+0000) Subject: sched: remove unused backlog in RED stats X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=838b4dc6d8a6bd83a93077ebc6873712c65bf85e;p=linux-beck.git 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 Signed-off-by: David S. Miller --- 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 { 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 {