From: "J. Bruce Fields" <bfields@xxxxxxxxxx> I can't figure out why this wait is necessary, and it slows things down. (Noticed while trying to write a race-condition reproducer requiring more precise timing.) Signed-off-by: J. Bruce Fields <bfields@xxxxxxxxxx> --- nfs4.0/nfs4lib.py | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/nfs4.0/nfs4lib.py b/nfs4.0/nfs4lib.py index c6d6781..7185057 100644 --- a/nfs4.0/nfs4lib.py +++ b/nfs4.0/nfs4lib.py @@ -293,7 +293,6 @@ class NFS4Client(rpc.RPCClient, nfs4_ops.NFS4Operations): self.cb_control = socket.socket(socket.AF_INET, socket.SOCK_STREAM) while 1: try: - time.sleep(1) self.cb_control.connect(('127.0.0.1', self.cb_server.port)) break except socket.error: -- 1.7.5.4 -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html