Re: [PATCH, RFC] uio BKL removal

From: Greg KH
Date: Tue Aug 26 2008 - 20:09:57 EST


On Tue, Aug 26, 2008 at 05:15:32PM -0600, Jonathan Corbet wrote:
> I had a moment to dedicate to the BKL removal cause, so I went for the
> UIO driver, which seemed simple. The main thing I found was that there
> was locking around some idr accesses, but not all, so I filled that
> in. With that in place, removing the BKL from uio_open() seems safe,
> especially since none of the in-tree UIO drivers have open() or
> release() methods.
>
> (Incidentally, I don't see how uio_pdrv.c could ever work - who initializes
> uioinfo?)
>
> If there's no complaints, I'll feed this into linux-next via the
> bkl-removal tree.

Looks good to me, feel free to add an:
Acked-by: Greg Kroah-Hartman <gregkh@xxxxxxx>
to it.

greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/