]> git.baikalelectronics.ru Git - 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)
committerDavid Howells <dhowells@redhat.com>
Mon, 14 May 2018 14:15:18 +0000 (15:15 +0100)
commitb05625268e007f5246784bfee8fc4d0d9b151e66
treedffcddcb639f543b2430bac3566d5a9a170d7f7b
parent23b11ac197a4a9430b7b339928c5a08f75fd2dd0
afs: Fix the handling of CB.InitCallBackState3 to find the server by UUID

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: 3eaeba710b0c ("[AFS]: Implement the CB.InitCallBackState3 operation.")
Signed-off-by: David Howells <dhowells@redhat.com>
fs/afs/cmservice.c