xprtrdma: Fix a maybe-uninitialized compiler warning
authorBenjamin Coddington <bcodding@redhat.com>
Tue, 2 Nov 2021 18:48:59 +0000 (14:48 -0400)
committerTrond Myklebust <trond.myklebust@hammerspace.com>
Tue, 2 Nov 2021 20:06:33 +0000 (16:06 -0400)
commitcb5a967f7ce413d08cb86ab2285ed34f5ca54935
tree61a58f04652448254903d1c26bc5be4df43ddf4c
parent8791545eda52e8f3bc48e3cd902e38bf4ba4c9de
xprtrdma: Fix a maybe-uninitialized compiler warning

This minor fix-up keeps GCC from complaining that "last' may be used
uninitialized", which breaks some build workflows that have been running
with all warnings treated as errors.

Signed-off-by: Benjamin Coddington <bcodding@redhat.com>
Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
net/sunrpc/xprtrdma/frwr_ops.c