Gerald Schaefer c196403b79 net: rds: fix per-cpu helper usage
commit ae4b46e9d "net: rds: use this_cpu_* per-cpu helper" broke per-cpu
handling for rds. chpfirst is the result of __this_cpu_read(), so it is
an absolute pointer and not __percpu. Therefore, __this_cpu_write()
should not operate on chpfirst, but rather on cache->percpu->first, just
like __this_cpu_read() did before.

Cc: <stable@vger.kernel.org> # 3.8+
Signed-off-byd Gerald Schaefer <gerald.schaefer@de.ibm.com>

Signed-off-by: David S. Miller <davem@davemloft.net>
2014-01-17 17:52:22 -08:00
..
2014-01-17 17:52:22 -08:00
2013-12-27 12:33:58 -05:00
2012-11-19 18:59:44 -05:00
2009-02-26 23:39:25 -08:00
2012-01-12 20:05:28 -08:00
2009-02-26 23:39:26 -08:00
2013-03-04 14:12:07 -05:00
2012-10-09 13:57:23 -04:00
2013-03-08 00:35:44 -05:00
2012-08-22 22:52:04 -07:00
2012-08-22 22:52:04 -07:00
2011-07-01 16:16:19 -07:00