Results 1 to 1 of 1
I want to perform asynchronous I/O to a SCSI disk. I would expect there would be a callback mechanism. I read a section of "Linux Drivers, 3rd Edition" but it ...
- 12-21-2009 #1Just Joined!
- Join Date
- Dec 2009
- Posts
- 8
Asynchronous I/O to a disk
I want to perform asynchronous I/O to a SCSI disk. I would expect there would be a callback mechanism. I read a section of "Linux Drivers, 3rd Edition" but it only describes a synchronous method using wait_for_completion.
Can someone give me a pointer to some documentation for this?


Reply With Quote
