From: Tejun Heo Date: Tue, 1 Feb 2011 10:42:42 +0000 (+0100) Subject: reiserfs: make commit_wq use the default concurrency level X-Git-Tag: v2.6.39-rc1~492^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28aadf51693f56c41326ebbc795318a49011b12d;p=pandora-kernel.git 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 Cc: reiserfs-devel@vger.kernel.org --- Reading git-diff-tree failed