From: Derrick Brashear Date: Mon, 9 Aug 2004 00:59:51 +0000 (+0000) Subject: dux-vol-cleanup-20040808 X-Git-Tag: BP-openafs-stable-1_4_x~12 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=1a7e336a169fff770933c3ca963ce625f8693d3b;p=packages%2Fo%2Fopenafs.git dux-vol-cleanup-20040808 make partition code work again on dux --- diff --git a/src/vol/partition.c b/src/vol/partition.c index 5d6c26c29..0796ab71f 100644 --- a/src/vol/partition.c +++ b/src/vol/partition.c @@ -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; }