aboutsummaryrefslogtreecommitdiffstats
path: root/fs/afs/afs_cm.h
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2008-04-29 04:03:21 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2008-04-29 11:06:26 -0400
commit7c80bcce34a355c0920f8cab250d766d7827341d (patch)
tree59a2f4fb482a66d8ff80742c9250a252203f1707 /fs/afs/afs_cm.h
parent0ae52d6fbaf7ffe4d00876d25ea000e94f85819c (diff)
afs: the AFS RPC op CBGetCapabilities is actually CBTellMeAboutYourself
The AFS RxRPC op CBGetCapabilities is actually CBTellMeAboutYourself. 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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/afs/afs_cm.h b/fs/afs/afs_cm.h
index 7b4d4fab4c80..5f62f3ea563e 100644
--- a/fs/afs/afs_cm.h
+++ b/fs/afs/afs_cm.h
@@ -24,7 +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 CBGetCapabilities = 65538, /* get client capabilities */ 27 CBTellMeAboutYourself = 65538, /* get client capabilities */
28}; 28};
29 29
30#define AFS_CAP_ERROR_TRANSLATION 0x1 30#define AFS_CAP_ERROR_TRANSLATION 0x1