Re: [PATCHSET] backing-dev: replace private thread pool with workqueue

From: Jens Axboe
Date: Tue Sep 07 2010 - 08:29:56 EST


On 2010-09-07 14:19, Tejun Heo wrote:
> Hello,
>
> On 09/07/2010 02:16 PM, Christoph Hellwig wrote:
>> What does this conversion buy us?
>>
>> Having explicit per-bdi threads makes the model very simple and safe,
>> while I don't quite trust the now extremly complex work queues yet.
>
> Well, the whole idea behind the new workqueue is unifying all those
> dedicated pools of threads. If the conversion is too early given the
> new workqueue implementation, we can postpone bdi conversion by one
> more release cycle, but in the long run there is no point in keeping
> these private thread pools.

I agree (with both of you). It's definitely too early to convert it
over, but if we can in the longer run, it never hurts to get rid of
code. The writeback threads aren't a typical threadpool, in that the
threads stick around and only go away when idle for too long. If they
stick around, you get the same process hammering IO at your device. So
converting that over to the generic cwq may or may not be at a
performance cost, it'll definitely have to be tested.

--
Jens Axboe

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/