From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCH 08/10] scsi: Add SPC-3 command definitions Date: Wed, 5 Nov 2014 23:07:47 -0800 Message-ID: <20141106070747.GD19721@infradead.org> References: <1415088409-46590-1-git-send-email-hare@suse.de> <1415088409-46590-9-git-send-email-hare@suse.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from bombadil.infradead.org ([198.137.202.9]:36121 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750902AbaKFHHt (ORCPT ); Thu, 6 Nov 2014 02:07:49 -0500 Content-Disposition: inline In-Reply-To: <1415088409-46590-9-git-send-email-hare@suse.de> Sender: linux-scsi-owner@vger.kernel.org List-Id: linux-scsi@vger.kernel.org To: Hannes Reinecke Cc: James Bottomley , Christoph Hellwig , Ewan Milne , Robert Elliott , linux-scsi@vger.kernel.org On Tue, Nov 04, 2014 at 09:06:47AM +0100, Hannes Reinecke wrote: > SPC-3 defines SERVICE ACTION IN(12), SERVICE_ACTION OUT(12), > SERVICE ACTION OUT(16), and SERVICE ACTION BIDIRECTIONAL. > And READ MEDIA SERIAL NUMBER has long since been deprecated. > So update callers to refer to the new cdb name. Looks good, and again I'd like to take this before all the major logging rework. Reviewed-by: Christoph Hellwig