Re: [PATCH v6 1/3] libata, libsas: kill pm_result and related cleanup

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

 



On Tue, Mar 18, 2014 at 9:03 AM, Tejun Heo <tj@xxxxxxxxxx> wrote:
> On Fri, Mar 14, 2014 at 01:52:48PM -0700, Dan Williams wrote:
>> Tejun says:
>>   "At least for libata, worrying about suspend/resume failures don't make
>>    whole lot of sense.  If suspend failed, just proceed with suspend.  If
>>    the device can't be woken up afterwards, that's that.  There isn't
>>    anything we could have done differently anyway.  The same for resume, if
>>    spinup fails, the device is dud and the following commands will invoke
>>    EH actions and will eventually fail.  Again, there really isn't any
>>    *choice* to make.  Just making sure the errors are handled gracefully
>>    (ie. don't crash) and the following commands are handled correctly
>>    should be enough."
>>
>> The only libata user that actually cares about the result from a suspend
>> operation is libsas.  However, it only cares about whether queuing a new
>> operation collides with an in-flight one.  All libsas does with the
>> error is retry, but we can just let libata wait for the previous
>> operation before continuing.
>>
>> Other cleanups include:
>> 1/ Unifying all ata port pm operations on an ata_port_pm_ prefix
>> 2/ Marking all ata port pm helper routines as returning void, only
>>    ata_port_pm_ entry points need to fake a 0 return value.
>> 3/ Killing ata_port_{suspend|resume}_common() in favor of calling
>>    ata_port_request_pm() directly
>> 4/ Killing the wrappers that just do a to_ata_port() conversion
>> 5/ Clearly marking the entry points that do async operations with an
>>   _async suffix.
>>
>> Reference: http://marc.info/?l=linux-scsi&m=138995409532286&w=2
>>
>> Cc: Phillip Susi <psusi@xxxxxxxxxx>
>> Cc: Alan Stern <stern@xxxxxxxxxxxxxxxxxxx>
>> Suggested-by: Tejun Heo <tj@xxxxxxxxxx>
>> Signed-off-by: Todd Brandt <todd.e.brandt@xxxxxxxxx>
>> Signed-off-by: Dan Williams <dan.j.williams@xxxxxxxxx>
>
> Can somebody ack the sas part?
>

Hmm I'd just as soon self-ack at this point.  I'm cleaning up code I
wrote a couple years ago, and libsas bugs at this point are
self-inflicted.

Top-5 in drivers/scsi/libsas by changeset in the past 5 years:
    75  Dan Williams
    12  James Bottomley
     9  Linus Torvalds
     7  Tejun Heo
     4  Sergei Shtylyov

--
Dan
--
To unsubscribe from this list: send the line "unsubscribe linux-ide" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Index of Archives]     [Linux Filesystems]     [Linux SCSI]     [Linux RAID]     [Git]     [Kernel Newbies]     [Linux Newbie]     [Security]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Samba]     [Device Mapper]

  Powered by Linux