]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
STABLE12-arla-pioctls-now-bogus-20020612
authorDerrick Brashear <shadow@dementia.org>
Wed, 10 Jul 2002 20:58:24 +0000 (20:58 +0000)
committerDerrick Brashear <shadow@dementia.org>
Wed, 10 Jul 2002 20:58:24 +0000 (20:58 +0000)
as reported by lha@stacken.kth.se

(cherry picked from commit 544fe2ef8ed929e805bac27faa3c2e62aaaadcba)

src/afs/afs_pioctl.c

index c3fc03bb4d06aa4cc7ec93a8e42ae5ec1af0158a..5422b8ce1281025126867fdb0cf1ef01a0c20451 100644 (file)
@@ -131,18 +131,18 @@ static int (*(VpioctlSw[]))() = {
   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 */
+  PBogus,                      /* 57 -- arla: set file prio */
+  PBogus,                      /* 58 -- arla: fallback getfh */
+  PBogus,                      /* 59 -- arla: fallback fhopen */
+  PBogus,                      /* 60 -- arla: controls xfsdebug */
+  PBogus,                      /* 61 -- arla: controls arla debug */
+  PBogus,                      /* 62 -- arla: debug interface */
+  PBogus,                      /* 63 -- arla: print xfs status */
+  PBogus,                      /* 64 -- arla: force cache check */
+  PBogus,                      /* 65 -- arla: break callback */
   PPrefetchFromTape,            /* 66 -- MR-AFS: prefetch file from tape */
   PResidencyCmd,                /* 67 -- MR-AFS: generic commnd interface */
-  PNoop,                       /* 68 -- arla: fetch stats */
+  PBogus,                      /* 68 -- arla: fetch stats */
 };
 
 static int (*(CpioctlSw[]))() = {