linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Andi Kleen <ak@muc.de>
To: linux-kernel@vger.kernel.org, dhowells@redhat.com,
	trond.myklebust@fys.uio.no
Subject: [PATCH] Fix NFS compilation in -git9
Date: 25 Jun 2006 22:18:44 +0200
Date: Sun, 25 Jun 2006 22:18:44 +0200	[thread overview]
Message-ID: <20060625201844.GA58650@muc.de> (raw)


Needed to fix NFS compilation 

Signed-off-by: Andi Kleen <ak@suse.de>

Index: linux/fs/nfs/internal.h
===================================================================
--- linux.orig/fs/nfs/internal.h
+++ linux/fs/nfs/internal.h
@@ -1,3 +1,6 @@
+#ifndef INTERNAL_H
+#define INTERNAL_H 1
+
 /*
  * NFS internal definitions
  */
@@ -184,3 +187,5 @@ static inline int valid_ipaddr4(const ch
 	}
 	return 0;
 }
+
+#endif

             reply	other threads:[~2006-06-25 20:18 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-06-25 20:18 Andi Kleen [this message]
2006-06-26  9:59 ` [PATCH] Fix NFS compilation in -git9 David Howells

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=20060625201844.GA58650@muc.de \
    --to=ak@muc.de \
    --cc=dhowells@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=trond.myklebust@fys.uio.no \
    /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;
as well as URLs for NNTP newsgroup(s).