aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorMichael Halcrow <mhalcrow@us.ibm.com>2005-06-23 22:00:58 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-06-24 00:05:19 -0700
commit16c29b67fb3bbacfc2a71f9e5f7d85728ef45efa (patch)
treeadf06d2e9db51a455038f189790bfceffc1e0218 /security
parent3e30148c3d524a9c1c63ca28261bc24c457eb07a (diff)
[PATCH] eCryptfs: export user key type
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>
Diffstat (limited to 'security')
-rw-r--r--security/keys/user_defined.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/security/keys/user_defined.c b/security/keys/user_defined.c
index c33d3614a0d..e446acba73d 100644
--- 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