]> Pileus Git - ~andy/linux/commit
net: simplify the getting percpu of flow_cache
authorLi RongQing <roy.qing.li@gmail.com>
Thu, 28 Mar 2013 02:24:11 +0000 (02:24 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 29 Mar 2013 19:14:46 +0000 (15:14 -0400)
commit278150321a3f5af85803e1214807ca5cfbace0e1
tree55b8bc67add42074bc78ea8ea22f8844b5872b56
parent10c9cbb10fa035d20c8ff2e231780617c6c70ee7
net: simplify the getting percpu of flow_cache

replace per_cpu with per_cpu_ptr to save conversion between address and pointer

Signed-off-by: Li RongQing <roy.qing.li@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/flow.c