]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
STABLE12-linux-call-afs-dopartialwrite-from-afs-memwrite-and-afs-ufswrite-not-afs...
authorDerrick Brashear <shadow@dementia.org>
Wed, 19 Sep 2001 23:18:26 +0000 (23:18 +0000)
committerDerrick Brashear <shadow@dementia.org>
Wed, 19 Sep 2001 23:18:26 +0000 (23:18 +0000)
fix erroneous ifdef to not change fakeopen codepath

src/afs/VNOPS/afs_vnop_write.c

index 08fa24ebc7c7fd3d300c7453c114015a403bb400..8f6789fe16910927d13ec191083e30229cde6cf1 100644 (file)
@@ -171,7 +171,7 @@ afs_MemWrite(avc, auio, aio, acred, noLock)
        return (EFBIG);
     }
 #endif
-#if (!defined(AFS_VM_RDWR_ENV)||defined(AFS_LINUX20_ENV))
+#ifdef AFS_VM_RDWR_ENV
     /*
      * If write is implemented via VM, afs_FakeOpen() is called from the
      * high-level write op.