It would be nice if chrdev_open were added to ksyms.c along with
blkdev_open since tape devices seem are always registered as character
rather than block devices.  

I am finding that kernel modules that need to open and close a tape 
drive have to export chrdev_open manually on 2.4.3.  Can this get 
exported as well?  Closing is not a problem since the method of 
calling (->release) seems to work OK with SCSI tape devices.

:-)

Jeff


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to