commit | 3a03818fbee0a85196a2214f07db9e2b622e2550 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trond.myklebust@hammerspace.com> | Tue Aug 14 13:58:34 2018 -0400 |
committer | Trond Myklebust <trond.myklebust@hammerspace.com> | Sun Sep 30 15:35:14 2018 -0400 |
tree | 456fb5e4ff9c57f1adfdac7dedcc61f2f3fb14a4 | |
parent | 7ebbbc6e7bd023903daa5bd95726edf2d60b559c [diff] |
SUNRPC: Avoid holding locks across the XDR encoding of the RPC message Currently, we grab the socket bit lock before we allow the message to be XDR encoded. That significantly slows down the transmission rate, since we serialise on a potentially blocking operation. Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>