public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] esas2r: Replace semaphores with mutexes
@ 2017-06-08 10:07 Binoy Jayan
  2017-06-08 10:07 ` [PATCH 1/2] scsi: esas2r: Replace semaphore fm_api_semaphore with mutex Binoy Jayan
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Binoy Jayan @ 2017-06-08 10:07 UTC (permalink / raw)
  To: Binoy Jayan
  Cc: linux-kernel, Arnd Bergmann, Rajendra, Mark Brown, Bradley Grove,
	James E.J. Bottomley, Martin K. Petersen, linux-scsi

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-06-13  1:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-08 10:07 [PATCH 0/2] esas2r: Replace semaphores with mutexes Binoy Jayan
2017-06-08 10:07 ` [PATCH 1/2] scsi: esas2r: Replace semaphore fm_api_semaphore with mutex Binoy Jayan
2017-06-08 10:07 ` [PATCH 2/2] scsi: esas2r: Replace semaphore fs_api_semaphore " Binoy Jayan
2017-06-08 15:05 ` [PATCH 0/2] esas2r: Replace semaphores with mutexes Arnd Bergmann
2017-06-13  1:18 ` Martin K. Petersen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox