On Thu, Jul 26, 2012 at 09:43:37AM -0400, Jeff Garzik wrote:On 07/26/2012 06:05 AM, Aaron Lu wrote:I can't set a flag in libata-acpi.c since a related function is
missing in scsi-misc tree. Will fix this when 3.6-rc1 released.
What does this mean? Would you be more specific?
The patch "libata-acpi: add ata port runtime D3Cold support" by Lin Ming[...]
introduced a function ata_acpi_wake_dev in libata-acpi.c, and only lives
in libata-next tree but not scsi-misc tree.
Another minor issue is, I need to use the can_power_off and
wakeup_by_user flag of the scsi_device structure in sr patches, but
they are all introduced in patches in libata-next tree, so I have to
re-define them in this patch set. Will cause conflict if James send
these sr patches to Linus. Any way to avoid this?