diff options
author | David Howells <dhowells@redhat.com> | 2007-04-26 15:58:49 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2007-04-26 15:58:49 -0700 |
commit | c35eccb1f614954b10cba3f74b7c301993b2f42e (patch) | |
tree | 4812a026024ab683944901d9d41d70aac4e45ba8 /fs/afs/afs_cm.h | |
parent | b908fe6b2d1294d93b0d0badf6bf4f9a2cd7d729 (diff) | |
download | op-kernel-dev-c35eccb1f614954b10cba3f74b7c301993b2f42e.zip op-kernel-dev-c35eccb1f614954b10cba3f74b7c301993b2f42e.tar.gz |
[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>
Diffstat (limited to 'fs/afs/afs_cm.h')
-rw-r--r-- | fs/afs/afs_cm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/afs/afs_cm.h b/fs/afs/afs_cm.h index d4bd201..7b4d4fa 100644 --- a/fs/afs/afs_cm.h +++ b/fs/afs/afs_cm.h @@ -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 */ }; |