Re: [PATCH v2 1/4] scsi: introduce sync_before_stop flag
From: Oliver Neukum <hidden>
Date: 2012-09-18 07:30:11
Also in:
linux-scsi
From: Oliver Neukum <hidden>
Date: 2012-09-18 07:30:11
Also in:
linux-scsi
On Tuesday 18 September 2012 15:00:28 Aaron Lu wrote:
When scsi device received stop command, it will take care of its internal cache before enters stopped power condition. This command is translated to standby immediate in libata-scsi, but standby doesn't imply flush cache for ATA device, so to issue stop command to ATA device, an additional flush cache has to be issued.
Why not just set WCE? Regards Oliver