]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
dux-vol-cleanup-20040808
authorDerrick Brashear <shadow@dementia.org>
Mon, 9 Aug 2004 00:59:51 +0000 (00:59 +0000)
committerDerrick Brashear <shadow@dementia.org>
Mon, 9 Aug 2004 00:59:51 +0000 (00:59 +0000)
make partition code work again on dux

src/vol/partition.c

index 5d6c26c292dea0b51bb2971726d3f600d7852217..0796ab71fca13567c632f4e6d3a3da33ce94e297 100644 (file)
@@ -353,7 +353,7 @@ VCheckPartition(char *part, char *devname)
 #endif
 
 #if defined(AFS_DUX40_ENV) && !defined(AFS_NAMEI_ENV)
-    if (afs_status.st_ino != ROOTINO) {
+    if (status.st_ino != ROOTINO) {
        Log("%s is not a mounted file system; ignored.\n", part);
        return 0;
     }