From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Garzik Subject: Re: [PATCH v4 4/7] scsi: sr: block events when runtime suspended Date: Fri, 03 Aug 2012 10:52:34 -0400 Message-ID: <501BE5B2.5040901@pobox.com> References: <1343379650-2867-1-git-send-email-aaron.lu@amd.com> <1343379650-2867-5-git-send-email-aaron.lu@amd.com> <501B9EE7.1080000@amd.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mail-yw0-f46.google.com ([209.85.213.46]:50462 "EHLO mail-yw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753052Ab2HCOwj (ORCPT ); Fri, 3 Aug 2012 10:52:39 -0400 In-Reply-To: <501B9EE7.1080000@amd.com> Sender: linux-ide-owner@vger.kernel.org List-Id: linux-ide@vger.kernel.org To: Aaron Lu Cc: Tejun Heo , Jens Axboe , James Bottomley , Alan Stern , Sergei Shtylyov , Oliver Neukum , Jeff Wu , Lin Ming , linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org, linux-scsi@vger.kernel.org, linux-ide@vger.kernel.org, Aaron Lu On 08/03/2012 05:50 AM, Aaron Lu wrote: > Hello, > > Not sure if I should use EXPORT_SYMBOL or EXPORT_SYMBOL_GPL, any > comments? Typically you follow the pattern of similar exports in the file (or in the API, if no others are in the file). Jeff