From: Ragnar Hojland Espinosa <ragnar@ragnar-hojland.com>
To: Vince Weaver <vince@deater.net>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Oops on 2.4.17 possibly UMS-DOS related
Date: Wed, 30 Jan 2002 04:13:22 +0100 [thread overview]
Message-ID: <20020130041322.A8929@ragnar-hojland.com> (raw)
In-Reply-To: <Pine.LNX.4.31.0201291728480.15872-100000@hal.deaternet.vmw>
In-Reply-To: <Pine.LNX.4.31.0201291728480.15872-100000@hal.deaternet.vmw>; from vince@deater.net on Tue, Jan 29, 2002 at 05:36:37PM -0500
On Tue, Jan 29, 2002 at 05:36:37PM -0500, Vince Weaver wrote:
>
> X oopsed once on me after about a week of uptime, and now whenever I try
> to run "startx" I get the message
>
> umsdos_lookup_x: tmp/..LINK256 negative after link
>
> followed by the below oops.
>
> System is slackware 8.0 with a hand-compiled stock 2.4.17 kernel,
> 64MB RAM, Pentium II 300Mhz, Matrox Millenium II graphics card.
> Filesystem is a 4GB vfat drive with umsdos running on top. It worked fine
> until this happened... rebooting doesn't help, nor does "umssync" and I
> can't figure out which file is causing the problem (assuming it really is
> a UMS DOS problem, the decoded oops seems a bit odd, but I have made sure
> the system map file is the proper one).
Perhaps this helps?
--- linux-2.4.17/fs/umsdos/dir.c.O Wed Jan 30 04:08:16 2002
+++ linux-2.4.17/fs/umsdos/dir.c Wed Jan 30 04:08:43 2002
@@ -537,7 +537,7 @@ out_add:
ret = 0;
out_dput:
- if (dret && dret != dentry)
+ if (!IS_ERR(dret) && dret != dentry)
d_drop(dret);
dput(dret);
out:
--
____/| Ragnar Højland Freedom - Linux - OpenGL | Brainbench MVP
\ o.O| PGP94C4B2F0D27DE025BE2302C104B78C56 B72F0822 | for Unix Programming
=(_)= "Thou shalt not follow the NULL pointer for | (www.brainbench.com)
U chaos and madness await thee at its end."
prev parent reply other threads:[~2002-01-30 17:49 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-01-29 22:36 Vince Weaver
2002-01-30 3:13 ` Ragnar Hojland Espinosa [this message]
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=20020130041322.A8929@ragnar-hojland.com \
--to=ragnar@ragnar-hojland.com \
--cc=linux-kernel@vger.kernel.org \
--cc=vince@deater.net \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®