Subject: Re: nfs/ubc panic with bad pointers
To: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
From: enami tsugutomo <enami@sm.sony.co.jp>
List: tech-kern
Date: 10/28/2002 10:21:25
YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp> writes:

> btw, what's the meaning of do-while around uiomove in nfs_write?
> it never loops, i think.  to make it similar with ffs version?

It loops, since the size of data moved in a iteration may be limited
by the size of ubc window.

enami.