cifs: protect updating server->dstaddr with a spinlock
authorRonnie Sahlberg <lsahlber@redhat.com>
Tue, 21 Apr 2020 02:37:39 +0000 (12:37 +1000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 10 May 2020 08:31:27 +0000 (10:31 +0200)
commitb31e0bd4a97abab2f7e889c59014f71d56dd3bab
tree6e2e154e6fed2754f933fa307a3683a1e63faf85
parent0560b7c3ba48bccf60ed68aacc23c2e1c9f1c793
cifs: protect updating server->dstaddr with a spinlock

[ Upstream commit fada37f6f62995cc449b36ebba1220594bfe55fe ]

We use a spinlock while we are reading and accessing the destination address for a server.
We need to also use this spinlock to protect when we are modifying this address from
reconn_set_ipaddr().

Signed-off-by: Ronnie Sahlberg <lsahlber@redhat.com>
Reviewed-by: Jeff Layton <jlayton@kernel.org>
Signed-off-by: Steve French <stfrench@microsoft.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
fs/cifs/connect.c