From: Randy Dunlap <randy.dunlap@oracle.com> Needs a header file for credentials struct: linux-next-20081023/fs/coda/file.c:177: error: dereferencing pointer to incomplete type Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com> --- fs/coda/file.c | 1 + 1 file changed, 1 insertion(+) --- linux-next-20081023.orig/fs/coda/file.c +++ linux-next-20081023/fs/coda/file.c @@ -13,6 +13,7 @@ #include <linux/file.h> #include <linux/fs.h> #include <linux/stat.h> +#include <linux/cred.h> #include <linux/errno.h> #include <linux/smp_lock.h> #include <linux/string.h> --
