UIO: BKL removal
authorJonathan Corbet <corbet@lwn.net>
Tue, 26 Aug 2008 23:15:45 +0000 (17:15 -0600)
committerJonathan Corbet <corbet@lwn.net>
Thu, 16 Oct 2008 18:32:26 +0000 (12:32 -0600)
Fill in needed locking around idr accesses, then remove the big kernel lock
from the UIO driver.  Since there are no in-tree UIO drivers with open()
methods, no further BKL pushdown is required.

Acked-by: Hans J. Koch <hjk@linutronix.de>
Acked-by: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>

No differences found