Date: Sat, 30 Nov 1996 14:31:13 +1100 From: Bruce Evans <bde@zeta.org.au> To: ache@nagual.ru, toor@dyson.iquest.net Cc: current@FreeBSD.org, dyson@FreeBSD.org Subject: Re: MSDOS lkm just broken (MAXBSIZE) Message-ID: <199611300331.OAA10897@godzilla.zeta.org.au>
next in thread | raw e-mail | index | archive | help
>> panic: getblk: size(32768) > MAXBSIZE(16384) >> >Excellent!!! Another disk (filesystem) saved... This is only >panicing under a very very evil situation. It was never >checked before. Another disk!. Each buffer larger than MAXBSIZE trashes up to (round_up(buffer_size/MAXBSIZE) - 1) buffers. The trashed buffers may belong to other file systems. Bruce
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199611300331.OAA10897>