]> www.infradead.org Git - users/jedix/linux-maple.git/commit
RDS/IW: Remove page_shift variable from iwarp transport
authorAndy Grover <andy.grover@oracle.com>
Mon, 15 Jun 2009 22:29:00 +0000 (15:29 -0700)
committerMukesh Kacker <mukesh.kacker@oracle.com>
Tue, 7 Jul 2015 23:41:14 +0000 (16:41 -0700)
commit0f628dd077054eec797217340af86aff8371b72b
tree685b15bde24984af5ed7ed830576b959bfef18c2
parent484308a80752ab0d363626867be584f724855cc7
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>
net/rds/iw.c
net/rds/iw.h
net/rds/iw_rdma.c
net/rds/iw_send.c