[AFS]: Implement the CB.InitCallBackState3 operation.
Implement the CB.InitCallBackState3 operation for the fileserver to call. This reduces the amount of network traffic because if this op is aborted, the fileserver will then attempt an CB.InitCallBackState operation. Signed-off-by: David Howells <dhowells@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
b908fe6b2d
commit
c35eccb1f6
@@ -23,6 +23,7 @@ enum AFS_CM_Operations {
|
||||
CBGetCE = 208, /* get cache file description */
|
||||
CBGetXStatsVersion = 209, /* get version of extended statistics */
|
||||
CBGetXStats = 210, /* get contents of extended statistics data */
|
||||
CBInitCallBackState3 = 213, /* initialise callback state, version 3 */
|
||||
CBGetCapabilities = 65538, /* get client capabilities */
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user