[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [dm-devel] "queue if no paths" infinite recursion when there are no paths
- From: Alasdair G Kergon <agk redhat com>
- To: device-mapper development <dm-devel redhat com>
- Subject: Re: [dm-devel] "queue if no paths" infinite recursion when there are no paths
- Date: Thu, 24 Feb 2005 02:46:11 +0000
On Thu, Feb 24, 2005 at 02:37:32AM +0000, Alasdair G Kergon wrote:
> if (!m->queue_if_no_path &&!m->suspended) {
Invert that of course. It's late:-(
if (!m->queue_if_no_path || m->suspended) {
Alasdair
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]