From: WANG Cong Date: Thu, 25 Sep 2014 19:06:05 +0000 (-0700) Subject: net_sched: fix another regression in cls_tcindex X-Git-Tag: omap-for-v3.19/prcm-cleanup~141^2~121 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68f6a7c6c9817f2e6a66b59893de3c901ae5608c;p=pandora-kernel.git 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 Signed-off-by: Cong Wang Acked-by: John Fastabend Signed-off-by: David S. Miller --- Reading git-diff-tree failed