]> bbs.cooldavid.org Git - net-next-2.6.git/commit
ide-tape: remove the BKL
authorBorislav Petkov <petkovbb@googlemail.com>
Sun, 11 Oct 2009 00:25:19 +0000 (00:25 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 29 Oct 2009 10:09:25 +0000 (03:09 -0700)
commitcbba2fa7b2c512135a5a946ccb112ddf0a1a1b1e
tree685d9ce697de9b30f45241efae171f0a51e2e7f3
parent3f911a6e6b9c6b485a33a680c4ae29d86d2f2a54
ide-tape: remove the BKL

Replace the BKL calls in the chrdev_{open,release} interfaces with a
simple sleeping mutex.

Signed-off-by: Borislav Petkov <petkovbb@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/ide/ide-tape.c