From: Derrick Brashear Date: Mon, 15 Jan 2001 19:22:56 +0000 (+0000) Subject: merge-afs-and-arla-pioctl-space-20010115 X-Git-Tag: BP-openafs-devel-autoconf~117 X-Git-Url: https://git.openafs.org/?p=openafs.git;a=commitdiff_plain;h=5e534226f308a3c4e301e9bdbe036d38a10ed8d9 merge-afs-and-arla-pioctl-space-20010115 The net effect being that since all pioctls will have the same values across platforms, so AFS userland binaries can be used on an Arla system and vice-versa --- diff --git a/src/afs/afs_pioctl.c b/src/afs/afs_pioctl.c index 1eeb449..1526f2f 100644 --- a/src/afs/afs_pioctl.c +++ b/src/afs/afs_pioctl.c @@ -121,6 +121,17 @@ static int (*(pioctlSw[]))() = { PFlushMount, /* 52 - flush mount symlink data */ PRxStatProc, /* 53 - control process RX statistics */ PRxStatPeer, /* 54 - control peer RX statistics */ + PGetRxkcrypt, /* 55 -- Get rxkad encryption flag */ + PSetRxkcrypt, /* 56 -- Set rxkad encryption flag */ + PNoop, /* 57 -- arla: set file prio */ + PNoop, /* 58 -- arla: fallback getfh */ + PNoop, /* 59 -- arla: fallback fhopen */ + PNoop, /* 60 -- arla: controls xfsdebug */ + PNoop, /* 61 -- arla: controls arla debug */ + PNoop, /* 62 -- arla: debug interface */ + PNoop, /* 63 -- arla: print xfs status */ + PNoop, /* 64 -- arla: force cache check */ + PNoop, /* 65 -- arla: break callback */ }; #define PSetClientContext 99 /* Special pioctl to setup caller's creds */