Re: When & how is the SCSI strategy routine called?

2005-03-23 Thread lk
There would be a single work queue (kblockd) for all block devices on which deffered work of different block device queues will be queued after the unplug_timer. - Original Message - From: "Rajat Jain, Noida" <[EMAIL PROTECTED]> To: "lk" <[EMAIL PROTECTED]&g

Re:When & how is the SCSI strategy routine called?

2005-03-23 Thread lk
This is my understanding. scsi_request_fn is the scsi's request function which performs the actual data transfer. clean up the queue and loop back to fetch next request. About the Question:WHEN and HOW is the strategy routine "scsi_request_fn()" called ? Every request queue have a few members to