From f231e04035efa9b5389763eb4a21f7fa6eb83ede Mon Sep 17 00:00:00 2001 From: Hartmut Reuter Date: Thu, 13 Dec 2007 21:01:58 +0000 Subject: [PATCH] STABLE146-namei-allow-ufs-20071129 LICENSE IPL10 allow ufs again for namei. oops. (cherry picked from commit 8070286d6c9f4f99b7d77627fa2fedf042e47451) --- 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 748975a38..62d47c994 100644 --- a/src/vol/partition.c +++ b/src/vol/partition.c @@ -440,7 +440,7 @@ VAttachPartitions(void) /* but allow zfs too if we're in the NAMEI environment */ if ( #ifdef AFS_NAMEI_ENV - ((!(strcmp(mnt.mnt_fstype, "ufs") && + (((strcmp(mnt.mnt_fstype, "ufs") && strcmp(mnt.mnt_fstype, "zfs")))) #else (strcmp(mnt.mnt_fstype, "ufs") != 0) -- 2.39.5