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
|
||||
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();
|
||||
|
Loading…
Reference in New Issue
Block a user