STABLE146-namei-allow-ufs-20071129

LICENSE IPL10
allow ufs again for namei. oops.


(cherry picked from commit 8070286d6c)
This commit is contained in:
Hartmut Reuter 2007-12-13 21:01:58 +00:00 committed by Derrick Brashear
parent 694ba603ed
commit f231e04035

View File

@ -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)