Skip to content

Commit

Permalink
creds_are_invalid() needs to be exported for use by modules:
Browse files Browse the repository at this point in the history
ERROR: "creds_are_invalid" [fs/cachefiles/cachefiles.ko] undefined!

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Cc: David Howells <dhowells@redhat.com>
Cc: James Morris <jmorris@namei.org>
Cc: Serge Hallyn <serue@us.ibm.com>
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 Sep 23, 2009
1 parent 74908a0 commit 764db03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kernel/cred.c
Original file line number Diff line number Diff line change
Expand Up @@ -799,6 +799,7 @@ bool creds_are_invalid(const struct cred *cred)
#endif
return false;
}
EXPORT_SYMBOL(creds_are_invalid);

/*
* dump invalid credentials
Expand Down

0 comments on commit 764db03

Please sign in to comment.