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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [DM Crypt]     [Fedora Desktop]     [ATA RAID]     [Fedora Marketing]     [Fedora Packaging]     [Fedora SELinux]     [Yosemite Discussion]     [KDE Users]     [Fedora Docs]

  Powered by Linux