cifs: Fix an uninitialised variable
authorDavid Howells <dhowells@redhat.com>
Thu, 23 Feb 2023 08:15:39 +0000 (08:15 +0000)
committerSteve French <stfrench@microsoft.com>
Thu, 2 Mar 2023 00:17:36 +0000 (18:17 -0600)
commit4bd3e4c7e4e552aa148edd3f2a2326ccc3011122
treefe02e8e38ef36d42b5dc0057e6cd292c3aba456f
parent1907e0fec10c2498729d27550c460528e49abe1e
cifs: Fix an uninitialised variable

Fix an uninitialised variable introduced in cifs.

Fixes: 3d78fe73fa12 ("cifs: Build the RDMA SGE list directly from an iterator")
Signed-off-by: David Howells <dhowells@redhat.com>
Reviewed-by: Paulo Alcantara (SUSE) <pc@cjr.nz>
cc: Steve French <sfrench@samba.org>
cc: Shyam Prasad N <nspmangalore@gmail.com>
cc: Rohith Surabattula <rohiths.msft@gmail.com>
cc: Tom Talpey <tom@talpey.com>
cc: Jeff Layton <jlayton@kernel.org>
cc: linux-cifs@vger.kernel.org
cc: linux-rdma@vger.kernel.org
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifs/smbdirect.c