From 380ec074ca2a9b836b1371943454977ce52c6314 Mon Sep 17 00:00:00 2001 From: Bill Zissimopoulos Date: Sat, 23 Jul 2016 18:43:02 -0700 Subject: [PATCH] sys: ioq: clarify comment --- src/sys/ioq.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/sys/ioq.c b/src/sys/ioq.c index 41fba78a..3c9477d2 100644 --- a/src/sys/ioq.c +++ b/src/sys/ioq.c @@ -20,6 +20,11 @@ /* * 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. * It has two queues: a "Pending" queue for managing newly arrived IRP's * and a "Processing" queue for managing IRP's currently being processed