afs: remove commented out sleep in afs_call.c 77/12277/3
authorMichael Meffie <mmeffie@sinenomine.net>
Thu, 28 Apr 2016 21:23:23 +0000 (17:23 -0400)
committerBenjamin Kaduk <kaduk@mit.edu>
Fri, 6 May 2016 00:17:06 +0000 (20:17 -0400)
commit591da537e22be88da23216b2640331a7338ce0ae
tree647b7d051b081f1a71a0fc502442c4ba4b074811
parent5277460eaa300fc973b59d007cd3eaea93d30873
afs: remove commented out sleep in afs_call.c

The cell info setup was moved to the beginning of the startup sequence
and an unnecessary sleep commented out in the syscall in which the cell
info was set in commit 3fa5f389b2b7778cf0df5a506c91b427b147c4c2.

Clean up afs_call.c a bit by removing this commented out code.

Change-Id: I8ef0ddce4e1d327032b54ecebb48e9fdfe7767b4
Reviewed-on: https://gerrit.openafs.org/12277
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
src/afs/afs_call.c