Subject: Re: Work-in-progress "wedges" implementation
To: None <thorpej@shagadelic.org>
From: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
List: tech-kern
Date: 09/27/2004 09:01:11
> 2. I/O is enqueued on the wedge and a new buf allocated in order
> to perform I/O on the parent. This is a transitional
> measure;
> I would like to eventually make it possible for disk drivers
> to
> operate directly on the buf provided to the wedge.
why bother to do disksort here? FCFS should be fine.
YAMAMOTO Takashi