Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sun, 20 Jan 2002 09:47:01 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sun, 20 Jan 2002 09:46:52 -0500 Received: from parcelfarce.linux.theplanet.co.uk ([195.92.249.252]:57106 "EHLO www.linux.org.uk") by vger.kernel.org with ESMTP id ; Sun, 20 Jan 2002 09:46:43 -0500 Message-ID: <3C4AD851.BF710747@mandrakesoft.com> Date: Sun, 20 Jan 2002 09:46:41 -0500 From: Jeff Garzik Organization: MandrakeSoft X-Mailer: Mozilla 4.79 [en] (X11; U; Linux 2.5.2-pre9fs7 i686) X-Accept-Language: en MIME-Version: 1.0 To: Dave Jones CC: zippel@linux-m68k.org, Linux Kernel Subject: Re: AFFS oops. In-Reply-To: <20020120142811.A22052@suse.de> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Dave Jones wrote: > >>EIP; c01de496 <===== > Trace; c01ded06 > Trace; c0126480 > Trace; c01264e0 This oops is pretty obvious: res = mapping->a_ops->prepare_write(NULL, page, size, size); if (!res) res = mapping->a_ops->commit_write(NULL, page, size, size); ...and then affs_commit_write_ofs de-references arg1 first thing. -- Jeff Garzik | Alternate titles for LOTR: Building 1024 | Fast Times at Uruk-Hai MandrakeSoft | The Took, the Elf, His Daughter and Her Lover | Samwise Gamgee: International Hobbit of Mystery - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/