RDS/IW: Remove page_shift variable from iwarp transport
authorAndy Grover <andy.grover@oracle.com>
Fri, 17 Jul 2009 13:13:34 +0000 (13:13 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 20 Jul 2009 15:03:14 +0000 (08:03 -0700)
commit404bb72a56e553febe1055f98347a7a3e3145759
treee3bfff575017d7eef19f04ced1335b2eef3515fb
parenta870d62726721785c34fa73d852bd35e5d1b295b
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>
net/rds/iw.c
net/rds/iw.h
net/rds/iw_rdma.c
net/rds/iw_send.c