From: Hartmut Reuter Date: Thu, 13 Dec 2007 21:01:58 +0000 (+0000) Subject: STABLE146-namei-allow-ufs-20071129 X-Git-Tag: openafs-stable-1_4_6~1 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=f231e04035efa9b5389763eb4a21f7fa6eb83ede;p=packages%2Fo%2Fopenafs.git STABLE146-namei-allow-ufs-20071129 LICENSE IPL10 allow ufs again for namei. oops. (cherry picked from commit 8070286d6c9f4f99b7d77627fa2fedf042e47451) --- 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)