Skip to content

Commit

Permalink
coda: fix creds reference
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Randy Dunlap authored and James Morris committed Nov 19, 2008
1 parent f3a5c54 commit 7596b27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fs/coda/file.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 7596b27

Please sign in to comment.