On Mon, May 19, 2008 at 8:21 PM, Jonathan Corbet wrote:
if the spinlock doesnt do what it's advertising (preventing mutual
access), then the BKL is needed. if there's some UP behavior i'm not
aware of, then the BKL is needed. otherwise, the BKL is not needed in
this driver.
i should prob rewrite this driver anyways ... the open code could
easily be replaced with some atomic funcs.
-mike
--