[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20090727152558.GC31597@infradead.org>
Date: Mon, 27 Jul 2009 11:25:58 -0400
From: Christoph Hellwig <hch@...radead.org>
To: Thomas Gleixner <tglx@...utronix.de>
Cc: LKML <linux-kernel@...r.kernel.org>,
Andrew Morton <akpm@...ux-foundation.org>,
Ingo Molnar <mingo@...e.hu>,
Peter Zijlstra <peterz@...radead.org>,
Christoph Hellwig <hch@....de>
Subject: Re: [Patch RFC 24/37] xfs: semaphore cleanup
On Sun, Jul 26, 2009 at 08:19:03AM -0000, Thomas Gleixner wrote:
> bp->b_sema claims to be a mutex, but it is a semaphore with non
> obvious semantics. Make it a real semaphore.
It is a binary mutex in the classical CS sense, just not unlocked by
the same thread as expected by the Linux mutexes..
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists