From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: [PATCH 1/1] scsi: storvsc: Avoid allocating memory for temp cpumasks Date: Thu, 17 May 2018 16:39:23 -0700 Message-ID: <20180517163923.022c0536@xeon-e3> References: <1526591260-27162-1-git-send-email-mikelley@microsoft.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1526591260-27162-1-git-send-email-mikelley@microsoft.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: driverdev-devel-bounces@linuxdriverproject.org Sender: "devel" To: Michael Kelley Cc: jejb@linux.vnet.ibm.com, linux-scsi@vger.kernel.org, martin.petersen@oracle.com, linux-kernel@vger.kernel.org, mikelley@microsoft.com, devel@linuxdriverproject.org, sthemmin@microsoft.com List-Id: linux-scsi@vger.kernel.org On Thu, 17 May 2018 14:07:40 -0700 Michael Kelley wrote: > Current code allocates 240 Kbytes (in typical configs) for > each synthetic SCSI controller to use as temp cpumask variables. > Recode to avoid needing the temp cpumask variables and remove the > memory allocation. > > Signed-off-by: Michael Kelley Acked-by: Stephen Hemminger