public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: "Luuk van der Duim" <l.a.van.der.duim.st@ppsw.rug.nl>
To: <tspin@epix.net>, <dtig@ihug.com.au>
Cc: <linux-kernel@vger.kernel.org>
Subject: Re: PROBLEM: isofs crash on 2.4.0-test11-pre7 [1.] MAINTAINERS: ISO  FILESYSTEM
Date: Sun, 19 Nov 2000 19:17:46 +0100	[thread overview]
Message-ID: <009f01c05255$0546d5c0$bf9874d5@teukels> (raw)

Hi Vincent and Tony,

Hate to spoil the fun :( but, try the patch Tom Leete commited on Saturday
november 18th.
Since your Oopses are related to get_joliet_filename(), this might just do
the trick?

Luuk



>Hi,
>
>
>The second and third arguments of get_joliet_filename() are swapped.
>
>
>Tom
>
>
>
>--- linux-2.4.0-test11/fs/isofs/namei.c.orig Sat Nov 18 01:55:55 2000
>+++ linux-2.4.0-test11/fs/isofs/namei.c Sat Nov 18 07:08:05 2000
>@@ -127,7 +127,7 @@
>                         dpnt = tmpname;
> #ifdef CONFIG_JOLIET
>                 } else if (dir->i_sb->u.isofs_sb.s_joliet_level)

>- dlen = get_joliet_filename(de, dir, tmpname);
>+ dlen = get_joliet_filename(de, tmpname, dir);
>                        dpnt = tmpname;
>#endif
>                 } else if (dir->i_sb->u.isofs_sb.s_mapping == 'a')

>-




-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

             reply	other threads:[~2000-11-19 18:50 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-11-19 18:17 Luuk van der Duim [this message]
  -- strict thread matches above, loose matches on Subject: below --
2000-11-19 12:32 PROBLEM: isofs crash on 2.4.0-test11-pre7 [1.] MAINTAINERS: ISO FILESYSTEM Tony Spinillo
2000-11-20 14:10 ` Alessandro Suardi
2000-11-22 22:27   ` Heinz Diehl
2000-11-19 10:43 Vincent

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='009f01c05255$0546d5c0$bf9874d5@teukels' \
    --to=l.a.van.der.duim.st@ppsw.rug.nl \
    --cc=dtig@ihug.com.au \
    --cc=linux-kernel@vger.kernel.org \
    --cc=tspin@epix.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