Re: [PATCH v9 05/10] libata: separate ATAPI code
From: Tejun Heo <tj@kernel.org>
Date: 2012-11-18 15:01:17
Also in:
linux-acpi, linux-pm, linux-scsi
From: Tejun Heo <tj@kernel.org>
Date: 2012-11-18 15:01:17
Also in:
linux-acpi, linux-pm, linux-scsi
On Tue, Nov 13, 2012 at 08:49:24PM +0800, Aaron Lu wrote:
On Mon, Nov 12, 2012 at 10:57:10AM -0800, Tejun Heo wrote:quoted
On Fri, Nov 09, 2012 at 02:51:57PM +0800, Aaron Lu wrote:quoted
The atapi_eh_tur and atapi_eh_request_sense can be reused by ZPODD code, so separate them out to a file named libata-atapi.c, and the Makefile is modified accordingly. No functional changes should result from this commit.Why is this change necessary? This doesn't seem to help anything to me.Function zpready introduced in patch 6 used these 2 functions to see if an ODD is in a zero power ready state.
And why zpready can't use the functions if they're in a different file? -- tejun