From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: [PATCH 2/2] scsi: smartpqi: Replace semaphore lun_reset_sem with mutex Date: Thu, 20 Oct 2016 11:08:22 +0200 Message-ID: <4950855.ODPuVsJ6pJ@wuerfel> References: <1476953642-2160-1-git-send-email-binoy.jayan@linaro.org> <1476953642-2160-3-git-send-email-binoy.jayan@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Return-path: In-Reply-To: <1476953642-2160-3-git-send-email-binoy.jayan@linaro.org> Sender: linux-kernel-owner@vger.kernel.org To: Binoy Jayan Cc: "James E.J. Bottomley" , "Martin K. Petersen" , kevin Barnett , Don Brace , Scott Benesh , Johannes Thumshirn , linux-scsi@vger.kernel.org, linux-kernel@vger.kernel.org List-Id: linux-scsi@vger.kernel.org On Thursday, October 20, 2016 2:24:02 PM CEST Binoy Jayan wrote: > Semaphores are going away in the future, so replace the semaphore > lun_reset_sem with the a mutex lock. > > Signed-off-by: Binoy Jayan > Reviewed-by: Arnd Bergmann