rx: conn->callNumber protected by conn_call_lock
authorJeffrey Altman <jaltman@your-file-system.com>
Sun, 29 Jan 2012 18:52:17 +0000 (13:52 -0500)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Tue, 3 Apr 2012 13:21:33 +0000 (06:21 -0700)
commit95c38dff3740d7e24971ceb5875c06e7abfce102
treefd34ed598cc5a6568796cf4cae894585d0e314a3
parent33185db16aca40a3bdbcb66caf994924220b5012
rx: conn->callNumber protected by conn_call_lock

The conn->callNumber array should be protected by the conn_call_lock
since the conn_call_lock is what protects the binding of calls to
connection channels.

Change-Id: I9f9b4e8f90d1e4ebbc4429af286358807784d84f
Reviewed-on: http://gerrit.openafs.org/6629
Tested-by: Jeffrey Altman <jaltman@secure-endpoints.com>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Alistair Ferguson <alistair.ferguson@mac.com>
Reviewed-by: Jeffrey Altman <jaltman@secure-endpoints.com>
src/rx/rx.c