projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e30148
)
[PATCH] eCryptfs: export user key type
author
Michael Halcrow
<mhalcrow@us.ibm.com>
Fri, 24 Jun 2005 05:00:58 +0000
(22:00 -0700)
committer
Linus Torvalds
<torvalds@ppc970.osdl.org>
Fri, 24 Jun 2005 07:05:19 +0000
(
00:05
-0700)
Export this symbol to GPL modules for eCryptfs: an out-of-tree GPL'ed
filesystem.
Signed off by: Michael Halcrow <mhalcrow@us.ibm.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
security/keys/user_defined.c
patch
|
blob
|
history
diff --git
a/security/keys/user_defined.c
b/security/keys/user_defined.c
index c33d3614a0dbf00724fad2c6b4f9729e274e57e2..e446acba73d325a1d222a0a130c7f23f6a4232a9 100644
(file)
--- a/
security/keys/user_defined.c
+++ b/
security/keys/user_defined.c
@@
-48,6
+48,8
@@
struct user_key_payload {
char data[0]; /* actual data */
};
+EXPORT_SYMBOL_GPL(key_type_user);
+
/*****************************************************************************/
/*
* instantiate a user defined key