summaryrefslogtreecommitdiffstats
path: root/include/linux/dynamic_queue_limits.h
diff options
context:
space:
mode:
authorWANG Cong <xiyou.wangcong@gmail.com>2014-09-25 12:06:05 -0700
committerDavid S. Miller <davem@davemloft.net>2014-09-28 17:34:35 -0400
commit68f6a7c6c9817f2e6a66b59893de3c901ae5608c (patch)
tree94b03e67ef20eba2786a3db1123e18464c05d7a1 /include/linux/dynamic_queue_limits.h
parent02c5e84413dae4aa650536097d4195a356217d3d (diff)
downloadlinux-stable-68f6a7c6c9817f2e6a66b59893de3c901ae5608c.tar.gz
linux-stable-68f6a7c6c9817f2e6a66b59893de3c901ae5608c.tar.bz2
linux-stable-68f6a7c6c9817f2e6a66b59893de3c901ae5608c.zip
net_sched: fix another regression in cls_tcindex
Clearly the following change is not expected: - if (!cp.perfect && !cp.h) - cp.alloc_hash = cp.hash; + if (!cp->perfect && cp->h) + cp->alloc_hash = cp->hash; Fixes: commit 331b72922c5f58d48fd ("net: sched: RCU cls_tcindex") Cc: John Fastabend <john.fastabend@gmail.com> Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com> Acked-by: John Fastabend <john.r.fastabend@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/dynamic_queue_limits.h')
0 files changed, 0 insertions, 0 deletions