Subject: Re: CVS commit: syssrc/sys/nfs
To: MINOURA Makoto <minoura@netbsd.org>
From: enami tsugutomo <enami@sm.sony.co.jp>
List: source-changes
Date: 01/22/2002 17:09:03
minoura@netbsd.org (MINOURA Makoto) writes:

> My change only reduces the cost to follow the mbuf chain
> next time :)

Who frees the skipped mbufs then?  With original code, they are linked
in ns_frag later in the same loop.

enami.