Subject: Re: Draining after adjusting max openings -- not necessary?
To: Jason Thorpe <thorpej@wasabisystems.com>
From: enami tsugutomo <enami@sm.sony.co.jp>
List: tech-kern
Date: 06/10/2003 12:38:26
Jason Thorpe <thorpej@wasabisystems.com> writes:

>   	if (--sc->sc_queuecnt <= sc->sc_maxqueuecnt) {

Off topic, but is there really the case that sc_queuecnt is
sc_maxqueuecnt + 1?

enami.