summaryrefslogtreecommitdiffstats
path: root/net/rds/ib.h
diff options
context:
space:
mode:
authorShan Wei <davidshan@tencent.com>2012-11-12 15:52:01 +0000
committerDavid S. Miller <davem@davemloft.net>2012-11-19 18:59:44 -0500
commitae4b46e9d7128d2d76e6857fe0b9fc240e8ac695 (patch)
treeb24b980aa18e64b07398ddb1c3ac34418e7f7a6c /net/rds/ib.h
parent1f743b07652f11100bee004e261b9931632beac1 (diff)
downloadlinux-ae4b46e9d7128d2d76e6857fe0b9fc240e8ac695.tar.gz
linux-ae4b46e9d7128d2d76e6857fe0b9fc240e8ac695.tar.xz
net: rds: use this_cpu_* per-cpu helper
Signed-off-by: Shan Wei <davidshan@tencent.com> Reviewed-by: Christoph Lameter <cl@linux.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/rds/ib.h')
-rw-r--r--net/rds/ib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/rds/ib.h b/net/rds/ib.h
index 8d2b3d5a7c21..7280ab8810c2 100644
--- a/net/rds/ib.h
+++ b/net/rds/ib.h
@@ -50,7 +50,7 @@ struct rds_ib_cache_head {
};
struct rds_ib_refill_cache {
- struct rds_ib_cache_head *percpu;
+ struct rds_ib_cache_head __percpu *percpu;
struct list_head *xfer;
struct list_head *ready;
};