Date: Fri, 29 Nov 1996 15:05:21 -0500 (EST) From: "John S. Dyson" <toor@dyson.iquest.net> To: ache@nagual.ru (=?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?=) Cc: current@freebsd.org, dyson@freebsd.org Subject: Re: MSDOS lkm just broken (MAXBSIZE) Message-ID: <199611292005.PAA08993@dyson.iquest.net> In-Reply-To: <199611291934.WAA00218@nagual.ru> from "=?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?=" at Nov 29, 96 10:34:41 pm
next in thread | previous 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. > > If I define MSDOSFS in kernel config, it becomes compiled in > inside kernel and not lkm I want. > > Please fix it! (Why not ALWAYS define MAXBSIZE as 32768?) > I am evaluating the problems, and you can go ahead and define it as such until it is really fixed. There are kernel virtual address space limitations, and it is a bad idea to blindly us lots of KVA space. If you are not running on a big server, it will work for you to bump it up. I will *probably* get to it this weekend. John
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199611292005.PAA08993>
