From 8070286d6c9f4f99b7d77627fa2fedf042e47451 Mon Sep 17 00:00:00 2001 From: Hartmut Reuter Date: Thu, 29 Nov 2007 21:37:00 +0000 Subject: [PATCH] namei-allow-ufs-20071129 LICENSE IPL10 allow ufs again for namei. oops. --- 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 1e665fc53..8963854f9 100644 --- a/src/vol/partition.c +++ b/src/vol/partition.c @@ -456,7 +456,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