From: Derrick Brashear Date: Fri, 19 Jan 2001 09:49:10 +0000 (+0000) Subject: STABLE10-merge-afs-and-arla-pioctl-space-20010115 X-Git-Tag: openafs-stable-1_0_2~16 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=05f7a6c7a52e2349ba968437b5950094883dcd39;p=packages%2Fo%2Fopenafs.git STABLE10-merge-afs-and-arla-pioctl-space-20010115 Effect a single uniform pioctl space for openafs and arla (cherry picked from commit 5e534226f308a3c4e301e9bdbe036d38a10ed8d9) --- diff --git a/src/afs/afs_pioctl.c b/src/afs/afs_pioctl.c index 1eeb44910..1526f2f5f 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 */