summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJakub Kicinski <kuba@kernel.org>2022-09-01 05:39:56 +0300
committerJakub Kicinski <kuba@kernel.org>2022-09-01 05:39:56 +0300
commit744ccd5c64bda0a4130b470ce2772985f20913ce (patch)
tree400dfe32a8cec1361177ea79e6630c18e6787efd /include
parentcb45a8bf4693965e89d115cd2c510f12bc127c37 (diff)
parent4516c873e3b55856012ddd6db9d4366ce3c60c5d (diff)
downloadlinux-744ccd5c64bda0a4130b470ce2772985f20913ce.tar.xz
Merge branch 'net-sched-remove-unused-variables'
Zhengchao Shao says: ==================== net: sched: remove unused variables The variable "other" is unused, remove it. ==================== Link: https://lore.kernel.org/r/20220830092255.281330-1-shaozhengchao@huawei.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'include')
-rw-r--r--include/net/red.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/red.h b/include/net/red.h
index be11dbd26492..454ac2b65d8c 100644
--- a/include/net/red.h
+++ b/include/net/red.h
@@ -122,7 +122,6 @@ struct red_stats {
u32 forced_drop; /* Forced drops, qavg > max_thresh */
u32 forced_mark; /* Forced marks, qavg > max_thresh */
u32 pdrop; /* Drops due to queue limits */
- u32 other; /* Drops due to drop() calls */
};
struct red_parms {