Re: [PATCH 1/2] scsi: remove bogus use of struct execute_work in sg

From: FUJITA Tomonori
Date: Wed Oct 20 2010 - 10:29:59 EST


On Tue, 19 Oct 2010 14:57:36 +0200
Tejun Heo <tj@xxxxxxxxxx> wrote:

> execute_work usage in sg is bogus. execute_in_process_context() is
> never used and ew is used purely as wrapper around work_struct which
> is superflous. Use work_struct directly.
>
> Signed-off-by: Tejun Heo <tj@xxxxxxxxxx>
> ---
> drivers/scsi/sg.c | 16 ++++++++--------
> 1 file changed, 8 insertions(+), 8 deletions(-)

Acked-by: FUJITA Tomonori <fujita.tomonori@xxxxxxxxxxxxx>
--
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/