commit | 3120c170ef35c1a9be137535e44c7e237e33b78e | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Wed May 27 16:44:02 2020 +0100 |
committer | David Howells <dhowells@redhat.com> | Thu Jun 04 15:37:57 2020 +0100 |
tree | fe44a3c8887ecb2708f2fa36da23425342b3a048 | |
parent | 44746355ccb142341f92a0c86fc2e27bfc968b40 [diff] |
afs: Fix handling of CB.ProbeUuid cache manager op The AFS filesystem driver is handling the CB.ProbeUuid request incorrectly. The UUID presented in the request is that of the cache manager, not the fileserver, so afs_deliver_cb_probe_uuid() shouldn't be using that UUID to look up the server. Fix this by looking up the server by address instead. Signed-off-by: David Howells <dhowells@redhat.com>