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/afs_vl.h | |
parent | 194d28cf197ca982556be58dcf687b43fd85e9cc (diff) | |
download | linux-c3e9f888263bb4df11cbd623ceced02081cb2f9f.tar.bz2 |
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/afs_vl.h')
-rw-r--r-- | fs/afs/afs_vl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/afs/afs_vl.h b/fs/afs/afs_vl.h index e9b8029920ec..9c65ffb8a523 100644 --- a/fs/afs/afs_vl.h +++ b/fs/afs/afs_vl.h @@ -22,6 +22,7 @@ enum AFSVL_Operations { VLGETENTRYBYNAMEU = 527, /* AFS Get VLDB entry by name (UUID-variant) */ VLGETADDRSU = 533, /* AFS Get addrs for fileserver */ YVLGETENDPOINTS = 64002, /* YFS Get endpoints for file/volume server */ + YVLGETCELLNAME = 64014, /* YFS Get actual cell name */ VLGETCAPABILITIES = 65537, /* AFS Get server capabilities */ }; |