Commit 7596b27dbd8de7bcfa7a80b2756114b49bd5c018

Authored by Randy Dunlap
Committed by James Morris
1 parent f3a5c54701

coda: fix creds reference

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>
Cc: Jan Harkes <jaharkes@cs.cmu.edu>
Cc: David Howells <dhowells@redhat.com>
Cc: James Morris <jmorris@namei.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: James Morris <jmorris@namei.org>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

... ... @@ -13,6 +13,7 @@
13 13 #include <linux/file.h>
14 14 #include <linux/fs.h>
15 15 #include <linux/stat.h>
  16 +#include <linux/cred.h>
16 17 #include <linux/errno.h>
17 18 #include <linux/smp_lock.h>
18 19 #include <linux/string.h>