mirror of
https://git.openafs.org/openafs.git
synced 2025-01-19 15:30:14 +00:00
disable-client-inlinebulk-20011013
until we can remember which servers support it
This commit is contained in:
parent
a158978f85
commit
d4c039ce1a
@ -608,15 +608,19 @@ tagain:
|
|||||||
#ifdef RX_ENABLE_LOCKS
|
#ifdef RX_ENABLE_LOCKS
|
||||||
AFS_GUNLOCK();
|
AFS_GUNLOCK();
|
||||||
#endif /* RX_ENABLE_LOCKS */
|
#endif /* RX_ENABLE_LOCKS */
|
||||||
|
#ifdef notdef
|
||||||
code = RXAFS_InlineBulkStatus(tcp->id, &fidParm, &statParm,
|
code = RXAFS_InlineBulkStatus(tcp->id, &fidParm, &statParm,
|
||||||
&cbParm, &volSync);
|
&cbParm, &volSync);
|
||||||
if (code == RXGEN_OPCODE) {
|
if (code == RXGEN_OPCODE) {
|
||||||
|
#endif
|
||||||
code = RXAFS_BulkStatus(tcp->id, &fidParm, &statParm, &cbParm,
|
code = RXAFS_BulkStatus(tcp->id, &fidParm, &statParm, &cbParm,
|
||||||
&volSync);
|
&volSync);
|
||||||
inlinebulk=0;
|
inlinebulk=0;
|
||||||
|
#ifdef notdef
|
||||||
} else {
|
} else {
|
||||||
inlinebulk=1;
|
inlinebulk=1;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef RX_ENABLE_LOCKS
|
#ifdef RX_ENABLE_LOCKS
|
||||||
AFS_GLOCK();
|
AFS_GLOCK();
|
||||||
|
Loading…
Reference in New Issue
Block a user