]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
STABLE14-namei-allow-ufs-20071129
authorHartmut Reuter <reuter@rzg.mpg.de>
Thu, 29 Nov 2007 21:40:09 +0000 (21:40 +0000)
committerDerrick Brashear <shadow@dementia.org>
Thu, 29 Nov 2007 21:40:09 +0000 (21:40 +0000)
LICENSE IPL10

allow ufs again for namei. oops.

(cherry picked from commit 8070286d6c9f4f99b7d77627fa2fedf042e47451)

src/vol/partition.c

index 5cd300d0d6fe3377e821dc0e73e19f97668c66d7..851b20f1a5cf0b39885acbeb9fff6beffab580da 100644 (file)
@@ -433,7 +433,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)