mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 23:10:58 +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 */
|
/* but allow zfs too if we're in the NAMEI environment */
|
||||||
if (
|
if (
|
||||||
#ifdef AFS_NAMEI_ENV
|
#ifdef AFS_NAMEI_ENV
|
||||||
((!(strcmp(mnt.mnt_fstype, "ufs") &&
|
(((strcmp(mnt.mnt_fstype, "ufs") &&
|
||||||
strcmp(mnt.mnt_fstype, "zfs"))))
|
strcmp(mnt.mnt_fstype, "zfs"))))
|
||||||
#else
|
#else
|
||||||
(strcmp(mnt.mnt_fstype, "ufs") != 0)
|
(strcmp(mnt.mnt_fstype, "ufs") != 0)
|
||||||
|
Loading…
Reference in New Issue
Block a user