commit | 7a8b80eb38b248cfdf84048dad12073d5cfba3e6 | [log] [tgz] |
---|---|---|
author | Steve Wise <swise@opengridcomputing.com> | Wed Aug 11 12:47:08 2010 -0400 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Wed Aug 11 12:47:08 2010 -0400 |
tree | d66e1ec8f4b95a1d17dad42af67dd1137a6ece77 | |
parent | 5d7ca35a182a626f8ed5596023ad42eb219a332e [diff] |
xprtrdma: Do not truncate iova_start values in frmr registrations. A bad cast causes the iova_start, which in this case is a 64b DMA bus address, to be truncated on 32b systems. This breaks frmrs on 32b systems. No cast is needed. Signed-off-by: Steve Wise <swise@opengridcomputing.com> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>