summaryrefslogtreecommitdiff
path: root/fs/afs/protocol_yfs.h
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2020-04-29 19:26:41 +0300
committerDavid Howells <dhowells@redhat.com>2020-06-04 17:37:57 +0300
commitc3e9f888263bb4df11cbd623ceced02081cb2f9f (patch)
treed97a28aff6a3c32c0650eb5aef7ff4d4c19f82e9 /fs/afs/protocol_yfs.h
parent194d28cf197ca982556be58dcf687b43fd85e9cc (diff)
downloadlinux-c3e9f888263bb4df11cbd623ceced02081cb2f9f.tar.xz
afs: Implement client support for the YFSVL.GetCellName RPC op
Implement client support for the YFSVL.GetCellName RPC operation by which YFS permits the canonical cell name to be queried from a VL server. Signed-off-by: David Howells <dhowells@redhat.com>
Diffstat (limited to 'fs/afs/protocol_yfs.h')
-rw-r--r--fs/afs/protocol_yfs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/afs/protocol_yfs.h b/fs/afs/protocol_yfs.h
index 32be9c698348..b5bd03b1d3c7 100644
--- a/fs/afs/protocol_yfs.h
+++ b/fs/afs/protocol_yfs.h
@@ -8,7 +8,7 @@
#define YFS_FS_SERVICE 2500
#define YFS_CM_SERVICE 2501
-#define YFSCBMAX 1024
+#define YFSCBMAX 1024
enum YFS_CM_Operations {
YFSCBProbe = 206, /* probe client */