mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 06:50:12 +00:00
STABLE146-namei-allow-ufs-20071129
LICENSE IPL10
allow ufs again for namei. oops.
(cherry picked from commit 8070286d6c
)
This commit is contained in:
parent
694ba603ed
commit
f231e04035
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user