Re: [PATCH 1/3] scsi: set to WCE if usb cache quirk is present.

From: Namjae Jeon
Date: Wed Jun 06 2012 - 20:40:21 EST


Hi Alan.

I will send patch v2 after chaing code.
Thanks for your review.

2012/6/7, Alan Stern <stern@xxxxxxxxxxxxxxxxxxx>:
> On Wed, 6 Jun 2012, Namjae Jeon wrote:
>
>> Make use of USB quirk method to identify such HDD while reading the cache
>> status in sd_probe(). If cache quirk is present for the HDD, lets assume
>> that cache is enabled and make WCE bit equal to 1.
>
> Your lines should be wrapped after 72 columns or so.
>
> Calling this a "quirk" sounds strange. Really, your new flag indicates
> that WCE should default to "on" instead of "off". How about calling it
> "wce_default_on" instead of "wce_quirk"?
>
>> --- a/include/scsi/scsi_device.h
>> +++ b/include/scsi/scsi_device.h
>> @@ -152,6 +152,7 @@ struct scsi_device {
>> unsigned no_read_disc_info:1; /* Avoid READ_DISC_INFO cmds */
>> unsigned no_read_capacity_16:1; /* Avoid READ_CAPACITY_16 cmds */
>> unsigned is_visible:1; /* is the device visible in sysfs */
>> + unsigned wce_quirk:1; /* cache read page is not available */
>
> The comment is wrong. There's no need for a quirk to indicate the
> cache page is unavailable; the driver already knows when the page is
> unavailable. Rather, the quirk indicates that WCE should default to
> "on".
>
> Alan Stern
>
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/