[PATCH RFC] [PATCH] drivers/scsi/ch.c: Remove BKL in ch_open

From: John Kacur
Date: Sun Oct 11 2009 - 09:47:16 EST



Locking in ch_open is covered by the spin_lock, it serializes the calls
to idr_find and scsi_device_get. The BKL appears redundant to me here.