Re: qla4xxx : Driver v5.00.05b4-k - RFC requested!!!

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

 



On Thu, 2006-03-02 at 14:52 -0800, Ravi Anand wrote:
> All,
> 
> For the upstream inclusion of qla4xxx driver, following files :


> - Updated driver source (qla4xxx-src-v5.00.05b4-k_submit.tar.bz2)


another thing:

+               set_current_state(TASK_UNINTERRUPTIBLE);
+               schedule_timeout(10);


this is obviously a bug.. for which HZ value is that 10?

I think you really want to use msleep() instead here, which uses
wallclock time units, and does the state setting for you as well.
(and is generally a nicer albeit simpler API than schedule_timeout() )

-
: send the line "unsubscribe linux-scsi" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [SCSI Target Devel]     [Linux SCSI Target Infrastructure]     [Kernel Newbies]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Linux IIO]     [Samba]     [Device Mapper]
  Powered by Linux