]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
STABLE12-disable-client-inlinebulk-20011013 openafs-stable-1_2_2
authorDerrick Brashear <shadow@dementia.org>
Sat, 13 Oct 2001 06:24:56 +0000 (06:24 +0000)
committerDerrick Brashear <shadow@dementia.org>
Sat, 13 Oct 2001 06:24:56 +0000 (06:24 +0000)
until we can remember which servers support it

(cherry picked from commit d4c039ce1a5747dc4b8acfacba766d2b2671bb26)

src/afs/VNOPS/afs_vnop_lookup.c

index 1d73d09d768cc31c3cc040311900c61699568884..88bd4c106b40d0ee43e6e67a37257d4cffde0c97 100644 (file)
@@ -608,15 +608,19 @@ tagain:
 #ifdef RX_ENABLE_LOCKS
            AFS_GUNLOCK();
 #endif /* RX_ENABLE_LOCKS */
+#ifdef notdef
            code = RXAFS_InlineBulkStatus(tcp->id, &fidParm, &statParm,
                                          &cbParm, &volSync);
            if (code == RXGEN_OPCODE) {
+#endif
                code = RXAFS_BulkStatus(tcp->id, &fidParm, &statParm, &cbParm,
                                        &volSync);
                inlinebulk=0;
+#ifdef notdef
            } else {
                inlinebulk=1;
            }
+#endif
 
 #ifdef RX_ENABLE_LOCKS
            AFS_GLOCK();