mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-04 08:15:44 +00:00
afs: Connect up the CB.ProbeUuid
The handler for the CB.ProbeUuid operation in the cache manager is implemented, but isn't listed in the switch-statement of operation selection, so won't be used. Fix this by adding it. Signed-off-by: David Howells <dhowells@redhat.com>
This commit is contained in:
parent
33cd7f2b76
commit
f4b3526d83
@ -121,6 +121,9 @@ bool afs_cm_incoming_call(struct afs_call *call)
|
||||
case CBProbe:
|
||||
call->type = &afs_SRXCBProbe;
|
||||
return true;
|
||||
case CBProbeUuid:
|
||||
call->type = &afs_SRXCBProbeUuid;
|
||||
return true;
|
||||
case CBTellMeAboutYourself:
|
||||
call->type = &afs_SRXCBTellMeAboutYourself;
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user