Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
reiserfs: make commit_wq use the default concurrency level
The maximum number of concurrent work items queued on commit_wq is bound by the number of active journals. Convert to alloc_workqueue() and use the default concurrency level so that they can be processed in parallel. Signed-off-by: Tejun Heo <[email protected]> Cc: [email protected]
- Loading branch information