sys: ioq: clarify comment

This commit is contained in:
Bill Zissimopoulos 2016-07-23 18:43:02 -07:00
parent 0b65bc7e01
commit 380ec074ca

View File

@ -20,6 +20,11 @@
/* /*
* Overview * Overview
* *
* [NOTE: this comment no longer describes accurately an FSP_IOQ. The main
* difference is that an FSP_IOQ now has a third queue which is used to
* retry IRP completions. However the main ideas below are still valid, so
* I am leaving the rest of the comment intact.]
*
* An FSP_IOQ encapsulates the main FSP mechanism for handling IRP's. * An FSP_IOQ encapsulates the main FSP mechanism for handling IRP's.
* It has two queues: a "Pending" queue for managing newly arrived IRP's * It has two queues: a "Pending" queue for managing newly arrived IRP's
* and a "Processing" queue for managing IRP's currently being processed * and a "Processing" queue for managing IRP's currently being processed