diff options
author | Tejun Heo <tj@kernel.org> | 2011-02-01 11:42:43 +0100 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2011-02-01 11:42:43 +0100 |
commit | 83e759043abe9d0291f58f2427ba12bbb0a6e4f1 (patch) | |
tree | de34616d127aa6b85bed21f207da903548ca6879 /fs/xfs/xfs_dir2_block.h | |
parent | 28aadf51693f56c41326ebbc795318a49011b12d (diff) | |
download | linux-stable-83e759043abe9d0291f58f2427ba12bbb0a6e4f1.tar.gz linux-stable-83e759043abe9d0291f58f2427ba12bbb0a6e4f1.tar.bz2 linux-stable-83e759043abe9d0291f58f2427ba12bbb0a6e4f1.zip |
xfs: convert to alloc_workqueue()
Convert from create[_singlethread]_workqueue() to alloc_workqueue().
* xfsdatad_workqueue and xfsconvertd_workqueue are identity converted.
Using higher concurrency limit might be useful but given the
complexity of workqueue usage in xfs, proceeding cautiously seems
better.
* xfs_mru_reap_wq is converted to non-ordered workqueue with max
concurrency of 1 as the work items don't require any specific
ordering and already have proper synchronization. It seems it was
singlethreaded to save worker threads, which is no longer a concern.
Signed-off-by: Tejun Heo <tj@kernel.org>
Cc: Alex Elder <aelder@sgi.com>
Cc: xfs-masters@oss.sgi.com
Cc: Christoph Hellwig <hch@infradead.org>
Diffstat (limited to 'fs/xfs/xfs_dir2_block.h')
0 files changed, 0 insertions, 0 deletions