OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-714-g380cc22
Gerrit Code Review
gerrit@openafs.org
Mon, 7 Feb 2011 22:42:51 -0800 (PST)
The following commit has been merged in the master branch:
commit 380cc22a45dff7e40cd50d57a56742b59ccc4952
Author: Andrew Deason <adeason@sinenomine.net>
Date: Thu Jan 27 13:13:21 2011 -0600
afscp: Fix -s option for writes
When writing to AFS with afscp, the -s option was sleeping before any
StoreData RPCs actually got issued to the fileserver. Move the sleep
to after we have done one rx_Read/rx_Write, so we sleep after starting
to contact the fileserver, to make sleeping while writing more
consistent with sleeping while reading.
Change-Id: Ib4e93b65f50cbad30d057ad7905617d00070c1a4
Reviewed-on: http://gerrit.openafs.org/3762
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
src/tests/afscp.c | 19 +++++++++++--------
1 files changed, 11 insertions(+), 8 deletions(-)
--
OpenAFS Master Repository