From: Jeff Garzik <jgarzik@mandrakesoft.com>
To: Dave Jones <davej@suse.de>
Cc: zippel@linux-m68k.org, Linux Kernel <linux-kernel@vger.kernel.org>
Subject: Re: AFFS oops.
Date: Sun, 20 Jan 2002 09:46:41 -0500 [thread overview]
Message-ID: <3C4AD851.BF710747@mandrakesoft.com> (raw)
In-Reply-To: <20020120142811.A22052@suse.de>
Dave Jones wrote:
> >>EIP; c01de496 <affs_commit_write_ofs+72/698> <=====
> Trace; c01ded06 <affs_truncate+206/384>
> Trace; c0126480 <do_swap_page+84/ec>
> Trace; c01264e0 <do_swap_page+e4/ec>
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
next prev parent reply other threads:[~2002-01-20 14:47 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-01-20 14:28 AFFS oops Dave Jones
2002-01-20 14:46 ` Jeff Garzik [this message]
2002-01-21 22:59 ` Roman Zippel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3C4AD851.BF710747@mandrakesoft.com \
--to=jgarzik@mandrakesoft.com \
--cc=davej@suse.de \
--cc=linux-kernel@vger.kernel.org \
--cc=zippel@linux-m68k.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.