commit | d8558f99fbc5ef5d4ae76b893784005056450f82 | [log] [tgz] |
---|---|---|
author | J. Bruce Fields <bfields@fieldses.org> | Tue Jul 10 15:19:26 2007 -0400 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Tue Jul 10 23:40:50 2007 -0400 |
tree | 993e2460295fcdc83c8f9ad755790aa066cd0f94 | |
parent | 137d6acaa64afa4cf3d977417424e731ea04705a [diff] |
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>