From: Christoph Paasch Date: Wed, 23 Oct 2013 19:49:21 +0000 (-0700) Subject: net: Dereference pointer-value of sk_prot->memory_pressure X-Git-Tag: v3.13-rc1~105^2~138 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35b87f6c135b7ded8ab1a44e46d792f7688f3608;p=pandora-kernel.git net: Dereference pointer-value of sk_prot->memory_pressure 2e685cad57 (tcp_memcontrol: Kill struct tcp_memcontrol) falsly modified the access to memory_pressure of sk->sk_prot->memory_pressure. The patch did modify the memory_pressure-field of struct cg_proto, but not the one of struct proto. So, the access to sk_prot->memory_pressure should not be changed. Acked-by: Eric Dumazet Reported-by: Fengguang Wu Signed-off-by: Christoph Paasch Signed-off-by: Eric W. Biederman Signed-off-by: David S. Miller --- Reading git-diff-tree failed