diff options
author | Andy Grover <andy.grover@oracle.com> | 2009-07-17 13:13:34 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-07-20 08:03:14 -0700 |
commit | 404bb72a56e553febe1055f98347a7a3e3145759 (patch) | |
tree | e3bfff575017d7eef19f04ced1335b2eef3515fb /net/rds/iw.h | |
parent | a870d62726721785c34fa73d852bd35e5d1b295b (diff) | |
download | talos-obmc-linux-404bb72a56e553febe1055f98347a7a3e3145759.tar.gz talos-obmc-linux-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.h | 1 |
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; |