mirror of
https://git.openafs.org/openafs.git
synced 2025-01-19 15:30:14 +00:00
irix-no-xfs-checks-for-namei-20051017
FIXES 22435 don't do inode checks when using namei
This commit is contained in:
parent
cd98a20f1c
commit
1ed8428d1e
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user