Date: Fri, 29 Nov 1996 22:34:41 +0300 (MSK) From: =?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?= (Andrey A. Chernov) <ache@nagual.ru> To: current@freebsd.org (FreeBSD-current), dyson@freebsd.org Subject: MSDOS lkm just broken (MAXBSIZE) Message-ID: <199611291934.WAA00218@nagual.ru>
next in thread | raw e-mail | index | archive | help
This code piece apparently not work for MSDOS lkm: #if defined(MSDOSFS) #define MAXBSIZE 32768 #else #define MAXBSIZE 16384 #endif I mean that kernel config NOT define MSDOSFS and relays on MSDOS lkm loaded on boot stage. Then I got panic: getblk: size(32768) > MAXBSIZE(16384) 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?) -- Andrey A. Chernov <ache@nagual.ru> http://www.nagual.ru/~ache/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199611291934.WAA00218>
