Update of /cvsroot/linux-vax/kernel-2.5/include/linux
In directory sc8-pr-cvs1:/tmp/cvs-serv13754/include/linux
Modified Files:
namespace.h
Log Message:
Add a couple of #includes that will be added anyway in 2.5.22, but are
needed for us to compile. After 2.5.22 is merged, I'll revert to the
vendor branch
Index: namespace.h
===================================================================
RCS file: /cvsroot/linux-vax/kernel-2.5/include/linux/namespace.h,v
retrieving revision 1.1.1.2
retrieving revision 1.2
diff -u -r1.1.1.2 -r1.2
--- namespace.h 29 Sep 2002 20:25:23 -0000 1.1.1.2
+++ namespace.h 23 Jan 2003 22:56:21 -0000 1.2
@@ -2,6 +2,9 @@
#define _NAMESPACE_H_
#ifdef __KERNEL__
+#include <linux/dcache.h>
+#include <linux/sched.h>
+
struct namespace {
atomic_t count;
struct vfsmount * root;
|