Fw: [PATCH] nfsctl: credentials error
From: Stephen Rothwell <hidden>
Date: 2008-10-24 05:55:39
Also in:
lkml
[Added recipients] I have added this patch to today's linux-next. Begin forwarded message: Date: Thu, 23 Oct 2008 18:17:01 -0700 From: Randy Dunlap <redacted> To: Stephen Rothwell <redacted> Cc: linux-next@vger.kernel.org, LKML <redacted>, akpm <akpm@linux-foundation.org> Subject: [PATCH] nfsctl: credentials error From: Randy Dunlap <redacted> Needs headers help for current_cred: Adding only cred.h wasn't enough. linux-next-20081023/fs/nfsctl.c:45: error: implicit declaration of function 'current_cred' Signed-off-by: Randy Dunlap <redacted> --- fs/nfsctl.c | 2 ++ 1 file changed, 2 insertions(+)
--- linux-next-20081023.orig/fs/nfsctl.c
+++ linux-next-20081023/fs/nfsctl.c@@ -10,6 +10,8 @@ #include <linux/sunrpc/svc.h> #include <linux/nfsd/nfsd.h> #include <linux/nfsd/syscall.h> +#include <linux/cred.h> +#include <linux/sched.h> #include <linux/linkage.h> #include <linux/namei.h> #include <linux/mount.h>
--
Cheers,
Stephen Rothwell sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/