[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Queue upcall locking (was: [dm-devel] [RFC][PATCH] fix dm_any_congested() to properly sync up with suspend code path)
- From: Christoph Hellwig <hch infradead org>
- To: Mikulas Patocka <mpatocka redhat com>
- Cc: axboe kernel dk, linux-kernel vger kernel org, Christoph Hellwig <hch infradead org>, dm-devel <dm-devel redhat com>, Alasdair G Kergon <agk redhat com>
- Subject: Re: Queue upcall locking (was: [dm-devel] [RFC][PATCH] fix dm_any_congested() to properly sync up with suspend code path)
- Date: Tue, 11 Nov 2008 13:18:54 -0500
On Mon, Nov 10, 2008 at 09:19:21AM -0500, Mikulas Patocka wrote:
> For device mapper, congested_fn asks every device in the tree and make OR
> of their bits --- so if the user has 50 devices, it asks them all.
>
> For md-linear, md-raid0, md-raid1, md-raid10 and md-multipath it does the
> same --- asking every device.
>
> If you have a better idea how to implement congested_fn, say it.
Well, even asking 50 devices shouldn't take that long normally. Do you
take some sleeping lock that might block forever? In that case I would
just return congested for that device as it would delay pdflush
otherwise.
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]