From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tejun Heo Subject: Re: [PATCH 1/2] scsi: remove bogus use of struct execute_work in sg Date: Tue, 1 Feb 2011 11:58:56 +0100 Message-ID: <20110201105856.GL14211@htj.dyndns.org> References: <20110124133105.GC11404@htj.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mail-fx0-f46.google.com ([209.85.161.46]:57331 "EHLO mail-fx0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752474Ab1BAK70 (ORCPT ); Tue, 1 Feb 2011 05:59:26 -0500 Content-Disposition: inline In-Reply-To: <20110124133105.GC11404@htj.dyndns.org> Sender: linux-scsi-owner@vger.kernel.org List-Id: linux-scsi@vger.kernel.org To: James Bottomley Cc: Linux SCSI List , FUJITA Tomonori , lkml On Mon, Jan 24, 2011 at 02:31:05PM +0100, Tejun Heo 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 > Acked-by: FUJITA Tomonori > Acked-by: Douglas Gilbert > --- > This hasn't changed from the previous posting. > > http://thread.gmane.org/gmane.linux.scsi/62923 James, are you gonna take these two? Thanks. -- tejun