All of lore.kernel.org
 help / color / mirror / Atom feed
From: Remco Post <r.post@sara.nl>
To: "Tom Rini" <trini@kernel.crashing.org>,
	Linus Torvalds <torvalds@transmeta.com>
Cc: linux-kernel@vger.kernel.org
Subject: [TRIVIAL] reiserfs patch, was  Re: Linux v2.5.33, compile error on powermac
Date: Mon, 2 Sep 2002 22:55:21 +0200	[thread overview]
Message-ID: <20020902225521.495bff19.r.post@sara.nl> (raw)
In-Reply-To: <20020902193841.GG761@opus.bloom.county>

On Mon, 2 Sep 2002 12:38:41 -0700
"Tom Rini" <trini@kernel.crashing.org> wrote:

> fs/reiserfs/resize.c needs to include <linux/mm.h>, iirc.  Make a patch
> and send it to the trivial patch monkey and/or Linus.
> 

So very true, here it is...


*** linux-2.5.33/fs/reiserfs/resize.c.org	Mon Sep  2 22:48:25 2002
--- linux-2.5.33/fs/reiserfs/resize.c	Mon Sep  2 22:27:59 2002
***************
*** 9,14 ****
--- 9,15 ----
   */
  
  #include <linux/kernel.h>
+ #include <linux/mm.h>
  #include <linux/vmalloc.h>
  #include <linux/string.h>
  #include <linux/errno.h>

      reply	other threads:[~2002-09-02 20:50 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-08-31 22:22 Linux v2.5.33 Linus Torvalds
2002-09-02 12:29 ` Linux v2.5.33, compile error on powermac Remco Post
2002-09-02 19:38   ` Tom Rini
2002-09-02 20:55     ` Remco Post [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=20020902225521.495bff19.r.post@sara.nl \
    --to=r.post@sara.nl \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@transmeta.com \
    --cc=trini@kernel.crashing.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.