From: Randy Dunlap <randy.dunlap@oracle.com>
To: linux-kernel@vger.kernel.org
Cc: akpm@linux-foundation.org, James Morris <jmorris@namei.org>,
David Howells <dhowells@redhat.com>
Subject: [PATCH -mmotm] cred: export creds_are_invalid
Date: Fri, 18 Sep 2009 09:49:35 -0700 [thread overview]
Message-ID: <20090918094935.40e6fccf.randy.dunlap@oracle.com> (raw)
In-Reply-To: <200909180122.n8I1Mr83020524@imap1.linux-foundation.org>
From: Randy Dunlap <randy.dunlap@oracle.com>
creds_are_invalid() needs to be exported for use by modules:
ERROR: "creds_are_invalid" [fs/cachefiles/cachefiles.ko] undefined!
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Cc: David Howells <dhowells@redhat.com>
---
kernel/cred.c | 1 +
1 file changed, 1 insertion(+)
--- mmotm-2009-0917-1800.orig/kernel/cred.c
+++ mmotm-2009-0917-1800/kernel/cred.c
@@ -799,6 +799,7 @@ bool creds_are_invalid(const struct cred
#endif
return false;
}
+EXPORT_SYMBOL(creds_are_invalid);
/*
* dump invalid credentials
---
~Randy
LPC 2009, Sept. 23-25, Portland, Oregon
http://linuxplumbersconf.org/2009/
prev parent reply other threads:[~2009-09-18 16:51 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-09-18 1:00 mmotm 2009-09-17-18-00 uploaded akpm
2009-09-18 16:49 ` Randy Dunlap [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20090918094935.40e6fccf.randy.dunlap@oracle.com \
--to=randy.dunlap@oracle.com \
--cc=akpm@linux-foundation.org \
--cc=dhowells@redhat.com \
--cc=jmorris@namei.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome