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

allow ufs again for namei. oops.

src/vol/partition.c

index 1e665fc5383147332d0a5fd3779c1d0b6742426c..8963854f9bd0a772c74720be210164da82fe4d76 100644 (file)
@@ -456,7 +456,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)