commit | 0af3442af7c4c5b06e72708d7dd937974d1b4114 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trond.myklebust@primarydata.com> | Sun Jan 14 15:28:29 2018 -0500 |
committer | Trond Myklebust <trond.myklebust@primarydata.com> | Sun Jan 14 23:06:30 2018 -0500 |
tree | 944de880b5c873be536f08557ba5e43ee3c48713 | |
parent | 3d188805f83250409fc251bfb0a699810086885b [diff] |
SUNRPC: Add explicit rescheduling points in the receive path When reading the reply from the server, insert an explicit cond_resched() to avoid starving higher priority tasks. Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>