All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bernd Schubert <bernd-schubert@web.de>
To: linux-kernel@vger.kernel.org
Subject: Re: 2.6.9-rc2: isofs oops
Date: Wed, 29 Sep 2004 23:21:37 +0200	[thread overview]
Message-ID: <200409292321.38558.bernd-schubert@web.de> (raw)
In-Reply-To: <200409292245.58857.linux-kernel@borntraeger.net>

On Wednesday 29 September 2004 22:45, you wrote:
> Bernd Schubert wrote:
> > ISO 9660 Extensions: RRIP_1991A
>
> [oops in isofs]
>
>
> Known and already fixed by Andrew Morton.
>
> --- a/fs/isofs/rock.c   2004-09-29 13:45:15 -07:00
> +++ b/fs/isofs/rock.c   2004-09-29 13:45:15 -07:00
> @@ -62,7 +62,7 @@
>  }
>
>  #define MAYBE_CONTINUE(LABEL,DEV) \
> -  {if (buffer) kfree(buffer); \
> +  {if (buffer) { kfree(buffer); buffer = NULL; } \
>    if (cont_extent){ \
>      int block, offset, offset1; \
>      struct buffer_head * pbh; \
>

Ah, thanks and sorry for the noise, after searching a bit more I found the 
previous thread.

Cheers,
	Bernd


-- 
Bernd Schubert
Physikalisch Chemisches Institut / Theoretische Chemie
Universität Heidelberg
INF 229
69120 Heidelberg
e-mail: bernd.schubert@pci.uni-heidelberg.de

      reply	other threads:[~2004-09-29 21:22 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-09-29 18:08 2.6.9-rc2: isofs oops Bernd Schubert
2004-09-29 19:17 ` Bernd Schubert
2004-09-29 20:45 ` Christian Borntraeger
2004-09-29 21:21   ` Bernd Schubert [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=200409292321.38558.bernd-schubert@web.de \
    --to=bernd-schubert@web.de \
    --cc=linux-kernel@vger.kernel.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.