diff options
| author | WANG Cong <[email protected]> | 2014-09-25 19:06:05 +0000 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2014-09-28 21:34:35 +0000 |
| commit | 68f6a7c6c9817f2e6a66b59893de3c901ae5608c (patch) | |
| tree | 94b03e67ef20eba2786a3db1123e18464c05d7a1 /net/ipv4/tcp_output.c | |
| parent | net_sched: fix errno in tcindex_set_parms() (diff) | |
| download | kernel-68f6a7c6c9817f2e6a66b59893de3c901ae5608c.tar.gz kernel-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 <[email protected]>
Signed-off-by: Cong Wang <[email protected]>
Acked-by: John Fastabend <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/ipv4/tcp_output.c')
0 files changed, 0 insertions, 0 deletions
