From 1ed8428d1e4710594a299d9e6d765a1bb414cb2a Mon Sep 17 00:00:00 2001 From: Chas Williams Date: Mon, 17 Oct 2005 21:45:39 +0000 Subject: [PATCH] irix-no-xfs-checks-for-namei-20051017 FIXES 22435 don't do inode checks when using namei --- src/vol/partition.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/vol/partition.c b/src/vol/partition.c index a5f2d093e..f8aa3a81d 100644 --- a/src/vol/partition.c +++ b/src/vol/partition.c @@ -346,13 +346,13 @@ VCheckPartition(char *part, char *devname) Log("This program is compiled without AFS_NAMEI_ENV, but partition %s seems to contain volumes which use the namei-interface; aborting\n", part); return -1; } -#endif /* AFS_NAMEI_ENV */ -#endif #ifdef AFS_SGI_XFS_IOPS_ENV if (VerifyXFSInodeSize(part, status.st_fstype) < 0) return -1; #endif +#endif /* AFS_NAMEI_ENV */ +#endif #if defined(AFS_DUX40_ENV) && !defined(AFS_NAMEI_ENV) if (status.st_ino != ROOTINO) { -- 2.39.5