Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
commit ae4b46e "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: <[email protected]> # 3.8+ Signed-off-byd Gerald Schaefer <[email protected]> Signed-off-by: David S. Miller <[email protected]>
- Loading branch information