]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
afs: Fix the handling of CB.InitCallBackState3 to find the server by UUID
authorDavid Howells <dhowells@redhat.com>
Fri, 11 May 2018 22:21:35 +0000 (23:21 +0100)
committerStefan Bader <stefan.bader@canonical.com>
Mon, 1 Oct 2018 12:58:19 +0000 (14:58 +0200)
commit988da1bfcfaaebdcd8cc0ab357c80b7c152ca823
treeec416a8743837354ff41e7f2b8c43b8cb215ba1e
parenta9a2529bf60e4cc956daa6290cbb493c54996503
afs: Fix the handling of CB.InitCallBackState3 to find the server by UUID

BugLink: http://bugs.launchpad.net/bugs/1794889
[ Upstream commit 001ab5a67ee5d191c64aebf4b4ef8c7a0dcfd2bc ]

Fix the handling of the CB.InitCallBackState3 service call to find the
record of a server that we're using by looking it up by the UUID passed as
the parameter rather than by its address (of which it might have many, and
which may change).

Fixes: c35eccb1f614 ("[AFS]: Implement the CB.InitCallBackState3 operation.")
Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Sasha Levin <alexander.levin@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
fs/afs/cmservice.c