sunrpc: drop BKL around wrap and unwrap
authorJ. Bruce Fields <bfields@fieldses.org>
Tue, 10 Jul 2007 19:19:26 +0000 (15:19 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 11 Jul 2007 03:40:50 +0000 (23:40 -0400)
commitd8558f99fbc5ef5d4ae76b893784005056450f82
tree993e2460295fcdc83c8f9ad755790aa066cd0f94
parent137d6acaa64afa4cf3d977417424e731ea04705a
sunrpc: drop BKL around wrap and unwrap

We don't need the BKL when wrapping and unwrapping; and experiments by Avishay
Traeger have found that permitting multiple encryption and decryption
operations to proceed in parallel can provide significant performance
improvements.

Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
Cc: Avishay Traeger <atraeger@cs.sunysb.edu>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
net/sunrpc/auth.c
net/sunrpc/auth_gss/auth_gss.c
net/sunrpc/clnt.c