Re: [PATCH 0/7] BKL mass-conversion to mutex

2010-09-15 Thread Stephen Rothwell
Hi Arnd, On Tue, 14 Sep 2010 21:53:35 +0200 Arnd Bergmann wrote: > > Stephen, please add > git+ssh://master.kernel.org/pub/scm/linux/kernel/git/arnd/bkl.git trivial Added from today. Thanks for adding your subsystem tree as a participant of linux-next. As you may know, this is not a judgment o

[PATCH 0/7] BKL mass-conversion to mutex

2010-09-14 Thread Arnd Bergmann
This is one out of five topic branches in my BKL removal series that I would like to get into linux-next as a preparation for merging into 2.6.37. Based on a discussion with Ingo Molnar, this series converts many drivers that only have a single file using the BKL to use a private mutex instead. A