commit | 42eb99528738f7d613e345c2db2eae63555234f7 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Fri Nov 13 09:17:11 2020 -0700 |
committer | Jens Axboe <axboe@kernel.dk> | Fri Nov 13 09:57:26 2020 -0700 |
tree | c936b647f80435cd79be2ab71f367776bec30f9a | |
parent | 2fbe1e195999e23c95b08d03eadac0b5f95330e7 [diff] |
Kill off 'max_jobs' We don't really need this anymore - we cap the number of segments separately, and since the chunk size is small enough, this removes the need to have per-OS limits on the thread area size. Signed-off-by: Jens Axboe <axboe@kernel.dk>