Subject: Re: genfs_putpages with PGO_SYNCIO
To: None <enami@sm.sony.co.jp>
From: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
List: tech-kern
Date: 01/17/2003 18:43:00
> > 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.

sure.  I agree that struct buf here is overkill.
maybe we should have stripped version of struct buf.

YAMAMOTO Takashi