From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: References: Date: Sun, 23 Aug 2009 09:23:08 -0700 Message-ID: Subject: Re: [9fans] Possible bug in p9p venti? From: Russ Cox To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Topicbox-Message-UUID: 5207f3d4-ead5-11e9-9d60-3106f5b1d025 > A workaround is to clamp fsblocksize at MaxIo as well: > + > + =C2=A0 part->fsblocksize =3D min(part->fsblocksize, MaxIo); > + Sounds good to me. Submit a patch. Russ