[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20080516154922.GA25412@infradead.org>
Date: Fri, 16 May 2008 11:49:22 -0400
From: Christoph Hellwig <hch@...radead.org>
To: Jonathan Corbet <corbet@....net>
Cc: Linus Torvalds <torvalds@...ux-foundation.org>,
Ingo Molnar <mingo@...e.hu>,
Andrew Morton <akpm@...ux-foundation.org>,
Peter Zijlstra <a.p.zijlstra@...llo.nl>,
Thomas Gleixner <tglx@...utronix.de>,
Alan Cox <alan@...rguk.ukuu.org.uk>,
Alexander Viro <viro@....linux.org.uk>,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH, RFC] char dev BKL pushdown
On Fri, May 16, 2008 at 09:44:06AM -0600, Jonathan Corbet wrote:
> trivial as to not require locking (quite few of them are "return 0;"), or
If they literaly are 'return 0' you can just remove them, as a
non-existing open op will just be fine.
> (2) clearly doing its own locking, I wrapped the code in the BKL.
Even if clearly does it's own locking please add the BKL for now and let
the maintainers sort it out later, better be safe then sorry.
Except for that thanks a lot, this is the kind of work that's more
productive than all these discussions here :)
For some reason about 80 instances seem awfully few, but we've move a
lot of device into subsystems from beeing plain chardevs so this
might actually be correct.
--
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