From 1a7e336a169fff770933c3ca963ce625f8693d3b Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Mon, 9 Aug 2004 00:59:51 +0000 Subject: [PATCH] dux-vol-cleanup-20040808 make partition code work again on dux --- src/vol/partition.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.39.5