]> git.karo-electronics.de Git - karo-tx-linux.git/commit
SUNRPC: Adjust rpciod workqueue parameters
authorTrond Myklebust <trond.myklebust@primarydata.com>
Fri, 23 Jan 2015 18:19:17 +0000 (13:19 -0500)
committerTrond Myklebust <trond.myklebust@primarydata.com>
Sat, 24 Jan 2015 23:46:49 +0000 (18:46 -0500)
commit127b21b89f9d8ba0dc23e47b8c35d8a0bac9d6fc
treef2b0086e364da03f476e6b9f5f0af0c0b7a10f3f
parent40dd4b7aee1a8c3b8dac7b67ba710692d7691b77
SUNRPC: Adjust rpciod workqueue parameters

Increase the concurrency level for rpciod threads to allow for allocations
etc that happen in the RPCSEC_GSS layer. Also note that the NFSv4 byte range
locks may now need to allocate memory from inside rpciod.

Add the WQ_HIGHPRI flag to improve latency guarantees while we're at it.

Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
net/sunrpc/sched.c