[PATCH] Fix NFS compilation in -git9

From: Andi Kleen
Date: Sun Jun 25 2006 - 16:17:20 EST



Needed to fix NFS compilation

Signed-off-by: Andi Kleen <ak@xxxxxxx>

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
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/