commit | 404bb72a56e553febe1055f98347a7a3e3145759 | [log] [tgz] |
---|---|---|
author | Andy Grover <andy.grover@oracle.com> | Fri Jul 17 13:13:34 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon Jul 20 08:03:14 2009 -0700 |
tree | e3bfff575017d7eef19f04ced1335b2eef3515fb | |
parent | a870d62726721785c34fa73d852bd35e5d1b295b [diff] |
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>