Colin Ian King c8a4452da9 xprtrdma: fix incorrect header size calculations
[ Upstream commit 912288442cb2f431bf3c8cb097a5de83bc6dbac1 ]

Currently the header size calculations are using an assignment
operator instead of a += operator when accumulating the header
size leading to incorrect sizes.  Fix this by using the correct
operator.

Addresses-Coverity: ("Unused value")
Fixes: 302d3deb2068 ("xprtrdma: Prevent inline overflow")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Reviewed-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2020-07-22 09:33:03 +02:00
..
2019-07-18 14:32:33 -07:00
2018-12-19 13:52:46 -05:00
2019-07-06 14:54:52 -04:00
2018-07-31 12:53:40 -04:00
2019-09-25 11:13:12 -04:00