Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1661017

[PATCH 0/2] esas2r: Replace semaphores with mutexes

From Binoy Jayan <binoy.jayan@linaro.org>
Newsgroups linux.kernel
Subject [PATCH 0/2] esas2r: Replace semaphores with mutexes
Date 2017-06-08 12:10 +0200
Message-ID <tQ2y5-2WM-1@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


These are a set of patches which removes semaphores from esas2r.
These are part of a bigger effort to eliminate unwanted semaphores
from the linux kernel.

Binoy Jayan (2):
  scsi: esas2r: Replace semaphore fm_api_semaphore with mutex
  scsi: esas2r: Replace semaphore fs_api_semaphore with mutex

 drivers/scsi/esas2r/esas2r.h       |  4 ++--
 drivers/scsi/esas2r/esas2r_init.c  |  4 ++--
 drivers/scsi/esas2r/esas2r_ioctl.c | 10 +++++-----
 3 files changed, 9 insertions(+), 9 deletions(-)

-- 
Binoy Jayan

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 0/2] esas2r: Replace semaphores with mutexes Binoy Jayan <binoy.jayan@linaro.org> - 2017-06-08 12:10 +0200
  [PATCH 1/2] scsi: esas2r: Replace semaphore fm_api_semaphore with mutex Binoy Jayan <binoy.jayan@linaro.org> - 2017-06-08 12:10 +0200
  [PATCH 2/2] scsi: esas2r: Replace semaphore fs_api_semaphore with mutex Binoy Jayan <binoy.jayan@linaro.org> - 2017-06-08 12:10 +0200
  Re: [PATCH 0/2] esas2r: Replace semaphores with mutexes Arnd Bergmann <arnd@arndb.de> - 2017-06-08 17:10 +0200
  Re: [PATCH 0/2] esas2r: Replace semaphores with mutexes "Martin K. Petersen" <martin.petersen@oracle.com> - 2017-06-13 03:20 +0200

csiph-web