]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
STABLE146-namei-allow-ufs-20071129
authorHartmut Reuter <reuter@rzg.mpg.de>
Thu, 13 Dec 2007 21:01:58 +0000 (21:01 +0000)
committerDerrick Brashear <shadow@dementia.org>
Thu, 13 Dec 2007 21:01:58 +0000 (21:01 +0000)
LICENSE IPL10
allow ufs again for namei. oops.

(cherry picked from commit 8070286d6c9f4f99b7d77627fa2fedf042e47451)

src/vol/partition.c

index 748975a380a05213ce76ea0d0825e65656e4d3d3..62d47c99422dcfb6c03a45a8ac8db52a6172a339 100644 (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)