public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [patch 00/10] semaphore to mutex conversions
@ 2010-01-29 20:38 Thomas Gleixner
  2010-01-29 20:38 ` [patch 01/10] smbfs: Convert server->sem to mutex Thomas Gleixner
                   ` (9 more replies)
  0 siblings, 10 replies; 31+ messages in thread
From: Thomas Gleixner @ 2010-01-29 20:38 UTC (permalink / raw)
  To: LKML; +Cc: Christoph Hellwig, Peter Zijlstra, Ingo Molnar

The following series converts semaphores which are semantically
mutexes to real mutexes. This is part of the effort to remove
init_MUTEX*

Most of the patches have been in the -rt tree for quite a while with
no bad side effects.

Thanks,

	tglx




^ permalink raw reply	[flat|nested] 31+ messages in thread
* Re: [patch 05/10] cifs: convert semaphore to mutex
@ 2010-01-30  4:08 Steve French
  2010-01-30 10:03 ` Thomas Gleixner
  0 siblings, 1 reply; 31+ messages in thread
From: Steve French @ 2010-01-30  4:08 UTC (permalink / raw)
  To: Christoph Hellwig, Jeff Layton, LKML, Ingo Molnar, Peter Zijlstra,
	Thomas Gleixner

Christoph Hellwig <hch@infradead.org> wrote on 01/29/2010 04:29:05 PM:

> Christoph Hellwig <hch@infradead.org>
> 01/29/2010 04:29 PM
>
> To
>
> Thomas Gleixner <tglx@linutronix.de>
>
> cc
>
> LKML <linux-kernel@vger.kernel.org>, Christoph Hellwig
> <hch@infradead.org>, Peter Zijlstra <peterz@infradead.org>, Ingo
> Molnar <mingo@elte.hu>, Jeff Layton <jlayton@redhat.com>, Steven
> French/Austin/IBM@IBMUS
>
> Subject
>
> Re: [patch 05/10] cifs: convert semaphore to mutex
>
> On Fri, Jan 29, 2010 at 08:38:50PM -0000, Thomas Gleixner wrote:
> > pSesInfo->sesSem is used as mutex. Rename it to session_mutex and
> > convert it to a real mutex.
> >
> > Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
> > Cc: Jeff Layton <jlayton@redhat.com>
> > Cc: Steve French <sfrench@us.ibm.com>
>
> Looks good, but I'm pretty sure I've seen an equivalent patch on the
> linux-cifs-client list before.
>
>
> Reviewed-by: Christoph Hellwig <hch@lst.de>

Jeff and I acked the cifs part of the patch series in July - not sure
why the series didn't go in.

http://marc.info/?l=linux-kernel&m=124859649902788&w=2 looks like the
original post

-- 
Thanks,

Steve

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

end of thread, other threads:[~2010-01-30 23:49 UTC | newest]

Thread overview: 31+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-29 20:38 [patch 00/10] semaphore to mutex conversions Thomas Gleixner
2010-01-29 20:38 ` [patch 01/10] smbfs: Convert server->sem to mutex Thomas Gleixner
2010-01-29 22:14   ` Christoph Hellwig
2010-01-29 20:38 ` [patch 02/10] hpfs: Convert sbi->hpfs_creation_de " Thomas Gleixner
2010-01-29 22:20   ` Christoph Hellwig
2010-01-29 20:38 ` [patch 03/10] hpfsplus: Convert tree_lock " Thomas Gleixner
2010-01-29 22:23   ` Christoph Hellwig
2010-01-29 20:38 ` [patch 04/10] hfs: " Thomas Gleixner
2010-01-29 22:26   ` Christoph Hellwig
2010-01-29 20:38 ` [patch 05/10] cifs: convert semaphore " Thomas Gleixner
2010-01-29 22:29   ` Christoph Hellwig
2010-01-29 20:38 ` [patch 06/10] affs: Convert semaphores to mutexes Thomas Gleixner
2010-01-29 22:25   ` Al Viro
2010-01-29 22:36   ` Christoph Hellwig
2010-01-29 23:03     ` Thomas Gleixner
2010-01-29 23:41     ` Al Viro
2010-01-29 20:38 ` [patch 07/10] usb: gadgetfs: Convert semaphore to mutex Thomas Gleixner
2010-01-29 21:14   ` Greg KH
2010-01-29 21:48     ` Thomas Gleixner
2010-01-29 22:07       ` Greg KH
2010-01-29 23:04         ` Thomas Gleixner
2010-01-30  5:27           ` Greg KH
2010-01-29 20:39 ` [patch 08/10] drivers/base: Convert dev->sem " Thomas Gleixner
2010-01-29 21:13   ` Greg KH
2010-01-29 21:48     ` Thomas Gleixner
2010-01-30  5:26       ` Greg KH
2010-01-29 20:39 ` [patch 09/10] block: drbd: Convert semaphore " Thomas Gleixner
2010-01-29 20:39 ` [patch 10/10] hwmon: s3c-hwmon: " Thomas Gleixner
  -- strict thread matches above, loose matches on Subject: below --
2010-01-30  4:08 [patch 05/10] cifs: convert " Steve French
2010-01-30 10:03 ` Thomas Gleixner
2010-01-30 23:49   ` Steve French

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