- To: Namjae Jeon <linkinjeon@xxxxxxxxx>
- Subject: Re: [PATCH v3 2/4] usb: storage: add support for write cache quirk on usb hdd
- From: Alan Stern <stern@xxxxxxxxxxxxxxxxxxx>
- Date: Sun, 10 Jun 2012 13:36:53 -0400 (EDT)
- Cc: James.Bottomley@xxxxxxxxxxxxxxxxxxxxx, <gregkh@xxxxxxxxxxxxxxxxxxx>, <mdharm-usb@xxxxxxxxxxxxxxxxxx>, <sshtylyov@xxxxxxxxxx>, <bvanassche@xxxxxxx>, <linux-usb@xxxxxxxxxxxxxxx>, <linux-scsi@xxxxxxxxxxxxxxx>, <linux-kernel@xxxxxxxxxxxxxxx>, Namjae Jeon <namjae.jeon@xxxxxxxxxxx>, Pankaj Kumar <pankaj.km@xxxxxxxxxxx>, Amit Sahrawat <a.sahrawat@xxxxxxxxxxx>
- In-reply-to: <1339291826-2547-1-git-send-email-linkinjeon@gmail.com>
On Sat, 9 Jun 2012, Namjae Jeon wrote:
> Add support for write cache quirk on usb hdd. scsi driver will be set to wce
> by detecting write cache quirk in quirk list when plugging usb hdd.
> --- a/include/linux/usb_usual.h
> +++ b/include/linux/usb_usual.h
> @@ -64,7 +64,9 @@
> US_FLAG(NO_READ_CAPACITY_16, 0x00080000) \
> /* cannot handle READ_CAPACITY_16 */ \
> US_FLAG(INITIAL_READ10, 0x00100000) \
> - /* Initial READ(10) (and others) must be retried */
> + /* Initial READ(10) (and others) must be retried */ \
> + US_FLAG(WRITE_CACHE, 0x00200000) \
> + /* Write Cache status is not available */
The documentation for the new flag should be added in the same patch
along with the flag itself. There's no reason to have separate
patches.
Alan Stern
--
To unsubscribe from this list: 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
[SCSI Target Devel]
[Linux SCSI Target Infrastructure]
[Kernel Newbies]
[Share Photos]
[IDE]
[Security]
[Git]
[Netfilter]
[Bugtraq]
[Photos]
[Yosemite]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Linux ATA RAID]
[Linux IIO]
[Samba]
[Video 4 Linux]
[Device Mapper]
[Linux Resources]