Subject: Re: genfs_putpages with PGO_SYNCIO
To: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
From: enami tsugutomo <enami@sm.sony.co.jp>
List: tech-kern
Date: 01/17/2003 17:31:19
YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp> writes:

> how about attached one?
> it introduces third level nested buf so that we can get error via B_ERROR.

Is using `struct buf' here (especially in the interface of GOP_WRITE)
really the right thing?  Actually, only keeping error and
synchronizing is necessary.

enami.