diff options
Diffstat (limited to 'drivers/scsi/3w-9xxx.c')
-rw-r--r-- | drivers/scsi/3w-9xxx.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/scsi/3w-9xxx.c b/drivers/scsi/3w-9xxx.c index b31faeccb9cd..2239d16fb9b5 100644 --- a/drivers/scsi/3w-9xxx.c +++ b/drivers/scsi/3w-9xxx.c | |||
@@ -862,6 +862,8 @@ out: | |||
862 | } /* End twa_chrdev_ioctl() */ | 862 | } /* End twa_chrdev_ioctl() */ |
863 | 863 | ||
864 | /* This function handles open for the character device */ | 864 | /* This function handles open for the character device */ |
865 | /* NOTE that this function will race with remove; adding BKL | ||
866 | will not help. */ | ||
865 | static int twa_chrdev_open(struct inode *inode, struct file *file) | 867 | static int twa_chrdev_open(struct inode *inode, struct file *file) |
866 | { | 868 | { |
867 | unsigned int minor_number; | 869 | unsigned int minor_number; |