]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
volser: remove commented code
authorChas Williams (CONTRACTOR) <chas@cmf.nrl.navy.mil>
Fri, 21 Mar 2014 18:35:46 +0000 (14:35 -0400)
committerStephan Wiesand <stephan.wiesand@desy.de>
Thu, 5 Jun 2014 10:57:47 +0000 (06:57 -0400)
Apparently this predates AFS 3.0 so it should be safe to remove.

Reviewed-on: http://gerrit.openafs.org/10935
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
Tested-by: Jeffrey Altman <jaltman@your-file-system.com>
(cherry picked from commit cc39ac77c6e8d120a41ffe67a60896463323ab31)

Change-Id: Ia034b8a14c000ee2772ba555a45a9776a20aff43
Reviewed-on: http://gerrit.openafs.org/10945
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: D Brashear <shadow@your-file-system.com>
Reviewed-by: Andrew Deason <adeason@sinenomine.net>
Reviewed-by: Stephan Wiesand <stephan.wiesand@desy.de>
src/volser/volprocs.c

index 90346b8822c71d670cf97e214c1c85482e42ffeb..96519a093da2dec3a6014ec2e51282386e7bf4d6 100644 (file)
@@ -462,9 +462,6 @@ VolPartitionInfo(struct rx_call *acid, char *pname, struct diskPartition64
 {
     struct DiskPartition64 *dp;
 
-/*
-    if (!afsconf_SuperUser(tdir, acid, caller)) return VOLSERBAD_ACCESS;
-*/
     VResetDiskUsage();
     dp = VGetPartition(pname, 0);
     if (dp) {