commit | 9547dff1085d5935d6070377023096821033e30c | [log] [tgz] |
---|---|---|
author | Gerd Rausch <gerd.rausch@oracle.com> | Tue Jul 16 15:29:12 2019 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed Jul 17 12:06:52 2019 -0700 |
tree | d4ef0c90a0cc78c5012bec93af8111044723456c | |
parent | aea01a2234d26ffa9d9ee01e43705824c0c7b08a [diff] |
net/rds: Set fr_state only to FRMR_IS_FREE if IB_WR_LOCAL_INV had been successful Fix a bug where fr_state first goes to FRMR_IS_STALE, because of a failure of operation IB_WR_LOCAL_INV, but then gets set back to "FRMR_IS_FREE" uncoditionally, even though the operation failed. Signed-off-by: Gerd Rausch <gerd.rausch@oracle.com> Acked-by: Santosh Shilimkar <santosh.shilimkar@oracle.com> Signed-off-by: David S. Miller <davem@davemloft.net>