on i386-smp-n-debug-n-preempt-n-paravirt-n-mem-01: cred.h compile fixes. --- a/fs/coda/file.c +++ b/fs/coda/file.c @@ -6,7 +6,7 @@ * Carnegie Mellon encourages users of this code to contribute improvements * to the Coda project. Contact Peter Braam <coda@xxxxxxxxxx>. */ - +#include <linux/cred.h> #include <linux/types.h> #include <linux/kernel.h> #include <linux/time.h> diff --git a/fs/nfsctl.c b/fs/nfsctl.c index cc4ef26..830df68 100644 --- a/fs/nfsctl.c +++ b/fs/nfsctl.c @@ -4,6 +4,7 @@ * This should eventually move to userland. * */ +#include <linux/cred.h> #include <linux/types.h> #include <linux/file.h> #include <linux/fs.h> @@ -13,6 +14,7 @@ #include <linux/linkage.h> #include <linux/namei.h> #include <linux/mount.h> +#include <linux/sched.h> #include <linux/syscalls.h> #include <asm/uaccess.h> -- To unsubscribe from this list: send the line "unsubscribe linux-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html