undo-linux-call-afs-dopartialwrite-20010920
[openafs.git] / src / afs / VNOPS / afs_vnop_write.c
index 8f6789f..55ad6f1 100644 (file)
@@ -280,7 +280,7 @@ afs_MemWrite(avc, auio, aio, acred, noLock)
        if (filePos > avc->m.Length)
            avc->m.Length = filePos;
 #endif
-#if (!defined(AFS_VM_RDWR_ENV)||defined(AFS_LINUX20_ENV))
+#ifndef AFS_VM_RDWR_ENV
        /*
         * If write is implemented via VM, afs_DoPartialWrite() is called from
         * the high-level write op.