mirror of
https://github.com/torvalds/linux.git
synced 2026-04-28 03:22:27 -04:00
afs: Rename struct afs_call server member to cm_server
Rename the server member of struct afs_call to cm_server as we're only going to be using it for incoming calls for the Cache Manager service. This makes it easier to differentiate from the pointer to the target server for the client, which will point to a different structure to allow for callback handling. Signed-off-by: David Howells <dhowells@redhat.com>
This commit is contained in:
@@ -161,6 +161,7 @@ void afs_put_call(struct afs_call *call)
|
||||
if (call->type->destructor)
|
||||
call->type->destructor(call);
|
||||
|
||||
afs_put_server(call->net, call->cm_server);
|
||||
kfree(call->request);
|
||||
kfree(call);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user