All of lore.kernel.org
 help / color / mirror / Atom feed
From: Con Kolivas <kernel@kolivas.org>
To: "Mark L. Fugate" <mark.fugate@comcast.net>
Cc: linux-kernel@vger.kernel.org
Subject: Re: 2.6.15.5 Compile error
Date: Thu, 2 Mar 2006 14:12:40 +1100	[thread overview]
Message-ID: <200603021412.40757.kernel@kolivas.org> (raw)
In-Reply-To: <4405B468.9050908@comcast.net>

On Thu, 2 Mar 2006 01:49 am, Mark L. Fugate wrote:
> To whom it may concern:
>
> I received the following compile error while compiling the 2.6.15.5
> kernel. My .config is attached.

That looks like a silly oversight.

Try this patch.

Cheers,
Con
---
Build fix for direct.c

Signed-off-by: Con Kolivas <kernel@kolivas.org>

 fs/nfs/direct.c |    2 ++
 1 file changed, 2 insertions(+)

Index: linux-2.6.15-ck5/fs/nfs/direct.c
===================================================================
--- linux-2.6.15-ck5.orig/fs/nfs/direct.c	2006-03-02 13:06:57.000000000 +1100
+++ linux-2.6.15-ck5/fs/nfs/direct.c	2006-03-02 13:55:28.000000000 +1100
@@ -73,6 +73,8 @@ struct nfs_direct_req {
 				error;		/* any reported error */
 };
 
+static void
+nfs_free_user_pages(struct page **pages, int npages, int do_dirty);
 
 /**
  * nfs_get_user_pages - find and set up pages underlying user's buffer

      reply	other threads:[~2006-03-02  3:12 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-03-01 14:49 2.6.15.5 Compile error Mark L. Fugate
2006-03-02  3:12 ` Con Kolivas [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=200603021412.40757.kernel@kolivas.org \
    --to=kernel@kolivas.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mark.fugate@comcast.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 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.