From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from dell-paw-3.cambridge.redhat.com ([195.224.55.237] helo=passion.cambridge.redhat.com) by pentafluge.infradead.org with esmtp (Exim 3.22 #1 (Red Hat Linux)) id 18YMBb-0000Md-00 for ; Tue, 14 Jan 2003 08:12:39 +0000 From: David Woodhouse In-Reply-To: <000201c2bb7e$ff1e89a0$80d1a8c0@synso.com.tw> References: <000201c2bb7e$ff1e89a0$80d1a8c0@synso.com.tw> To: "Steve Tsai" Cc: "Linux MTD mailing list" Subject: Re: Display Unchecked space... Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 14 Jan 2003 08:42:59 +0000 Message-ID: <20825.1042533779@passion.cambridge.redhat.com> Sender: linux-mtd-admin@lists.infradead.org Errors-To: linux-mtd-admin@lists.infradead.org List-Help: List-Post: List-Subscribe: , List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: startec@ms11.hinet.net said: > I got "kernel BUG at gc.c:136! Checked all inodes but still 0x6a0 > bytes of unchecked space?" and it will continue display the message > and halt the system. I set CONFIG_JFFS2_FS_DEBUG=1, but I did not get > any useful messages. Does anyone can tell me why the kernel BUG will > display? You also need to edit kernel/printk.c and set DEFAULT_CONSOLE_LOGLEVEL to 9, to ensure that the KERN_DEBUG messages are actually printed to the console. Then log all the messages, compress them and send them to me. -- dwmw2