[dm-devel] "queue if no paths" infinite recursion when there are no paths

Alasdair G Kergon agk at redhat.com
Thu Feb 24 02:46:11 UTC 2005


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




More information about the dm-devel mailing list