diff options
author | David Howells <dhowells@redhat.com> | 2020-04-29 17:26:41 +0100 |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2020-06-04 15:37:57 +0100 |
commit | c3e9f888263bb4df11cbd623ceced02081cb2f9f (patch) | |
tree | d97a28aff6a3c32c0650eb5aef7ff4d4c19f82e9 /fs/afs/protocol_yfs.h | |
parent | 194d28cf197ca982556be58dcf687b43fd85e9cc (diff) | |
download | linux-c3e9f888263bb4df11cbd623ceced02081cb2f9f.tar.gz |
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.h | 2 |
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 */ |