From mboxrd@z Thu Jan 1 00:00:00 1970 From: Aaron Lu Subject: Re: [PATCH v2] scsi: sr: use block layer runtime PM Date: Sat, 07 Sep 2013 22:45:44 +0800 Message-ID: <522B3C18.6060304@intel.com> References: <52293763.5070206@intel.com> <1378479604.2063.13.camel@dabdike.int.hansenpartnership.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Return-path: Received: from mga14.intel.com ([143.182.124.37]:12044 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751319Ab3IGOpI (ORCPT ); Sat, 7 Sep 2013 10:45:08 -0400 In-Reply-To: <1378479604.2063.13.camel@dabdike.int.hansenpartnership.com> Sender: linux-pm-owner@vger.kernel.org List-Id: linux-pm@vger.kernel.org To: James Bottomley Cc: Alan Stern , "Rafael J. Wysocki" , Linux-pm mailing list , SCSI development list On 09/06/2013 11:00 PM, James Bottomley wrote: > On Fri, 2013-09-06 at 10:01 +0800, Aaron Lu wrote: >> Migrate SCSI Optical Disk Drive(ODD) > > I'm not very keen on this description because it's not quite accurate. > sr stands for SCSI ROM. You could say optical SCSI ROM perhaps, but > Magneto Optical disks are handled by sd not sr. > >> driver sr to make use of block > > I'd just say "Migrate sr to make use of .." OK, will update in v3, thanks for the correction. Thanks, Aaron