You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
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>
This commit is contained in:
committed by
Linus Torvalds
parent
0ae52d6fba
commit
7c80bcce34
+1
-1
@@ -24,7 +24,7 @@ enum AFS_CM_Operations {
|
||||
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 */
|
||||
CBTellMeAboutYourself = 65538, /* get client capabilities */
|
||||
};
|
||||
|
||||
#define AFS_CAP_ERROR_TRANSLATION 0x1
|
||||
|
||||
Reference in New Issue
Block a user