[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <201007131351.54246.arnd@arndb.de>
Date: Tue, 13 Jul 2010 13:51:54 +0200
From: Arnd Bergmann <arnd@...db.de>
To: Stephen Rothwell <sfr@...b.auug.org.au>
Cc: Rusty Russell <rusty@...tcorp.com.au>, linux-next@...r.kernel.org,
linux-kernel@...r.kernel.org, Takashi Iwai <tiwai@...e.de>
Subject: Re: linux-next: manual merge of the rr tree with the sound tree
On Tuesday 13 July 2010, Stephen Rothwell wrote:
> Overlapping additions. I fixed it up (see below) and carry the fix as necessary.
>
> I was not sure if the kparam_(un)block_sysfs_write() calls needed to be
> surrounded by the (un)lock_kernel() calls or vice verse.
Either way should be fine, since the BKL does not suffer from AB-BA deadlocks
with mutexes. I would generally recommend making the BKL the outermost
lock to make it easier to conver to a mutex. That is how you did it too.
Thanks,
Arnd
--
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