diff options
author | David Howells <dhowells@redhat.com> | 2008-04-29 04:03:22 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-04-29 11:06:26 -0400 |
commit | 9396d496d74587d46a74b93a8b6b41659d2daf2e (patch) | |
tree | 86d33d941d33baa6cd5ab859d4e64ed035fc6cba /fs/afs/afs_cm.h | |
parent | 7c80bcce34a355c0920f8cab250d766d7827341d (diff) |
afs: support the CB.ProbeUuid RPC op
Add support for the CB.ProbeUuid cache manager RPC op. This allows a modern
OpenAFS server to quickly ask if the client has been rebooted.
Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
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 5f62f3ea563e..255f5dd6040c 100644 --- a/fs/afs/afs_cm.h +++ b/fs/afs/afs_cm.h | |||
@@ -24,6 +24,7 @@ enum AFS_CM_Operations { | |||
24 | CBGetXStatsVersion = 209, /* get version of extended statistics */ | 24 | CBGetXStatsVersion = 209, /* get version of extended statistics */ |
25 | CBGetXStats = 210, /* get contents of extended statistics data */ | 25 | CBGetXStats = 210, /* get contents of extended statistics data */ |
26 | CBInitCallBackState3 = 213, /* initialise callback state, version 3 */ | 26 | CBInitCallBackState3 = 213, /* initialise callback state, version 3 */ |
27 | CBProbeUuid = 214, /* check the client hasn't rebooted */ | ||
27 | CBTellMeAboutYourself = 65538, /* get client capabilities */ | 28 | CBTellMeAboutYourself = 65538, /* get client capabilities */ |
28 | }; | 29 | }; |
29 | 30 | ||