aboutsummaryrefslogtreecommitdiffstats
path: root/net/rds/iw.h
diff options
context:
space:
mode:
authorAndy Grover <andy.grover@oracle.com>2009-07-17 13:13:34 +0000
committerDavid S. Miller <davem@davemloft.net>2009-07-20 08:03:14 -0700
commit404bb72a56e553febe1055f98347a7a3e3145759 (patch)
treee3bfff575017d7eef19f04ced1335b2eef3515fb /net/rds/iw.h
parentRDS/IB: Always use PAGE_SIZE for FMR page size (diff)
downloadlinux-dev-404bb72a56e553febe1055f98347a7a3e3145759.tar.xz
linux-dev-404bb72a56e553febe1055f98347a7a3e3145759.zip
RDS/IW: Remove page_shift variable from iwarp transport
The existing code treated page_shift as a variable, when in fact we always want to have the fastreg page size be the same as the arch's page size -- and it is, so this doesn't need to be a variable. Signed-off-by: Andy Grover <andy.grover@oracle.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/rds/iw.h')
-rw-r--r--net/rds/iw.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/rds/iw.h b/net/rds/iw.h
index 0715dde323e7..dd72b62bd506 100644
--- a/net/rds/iw.h
+++ b/net/rds/iw.h
@@ -181,7 +181,6 @@ struct rds_iw_device {
struct ib_pd *pd;
struct ib_mr *mr;
struct rds_iw_mr_pool *mr_pool;
- int page_shift;
int max_sge;
unsigned int max_wrs;
unsigned int dma_local_lkey:1;