diff options
| author | Michael Halcrow <mhalcrow@us.ibm.com> | 2005-06-24 01:00:58 -0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-06-24 03:05:19 -0400 |
| commit | 16c29b67fb3bbacfc2a71f9e5f7d85728ef45efa (patch) | |
| tree | adf06d2e9db51a455038f189790bfceffc1e0218 /security | |
| parent | 3e30148c3d524a9c1c63ca28261bc24c457eb07a (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.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/keys/user_defined.c b/security/keys/user_defined.c index c33d3614a0db..e446acba73d3 100644 --- a/security/keys/user_defined.c +++ b/security/keys/user_defined.c | |||
| @@ -48,6 +48,8 @@ struct user_key_payload { | |||
| 48 | char data[0]; /* actual data */ | 48 | char data[0]; /* actual data */ |
| 49 | }; | 49 | }; |
| 50 | 50 | ||
| 51 | EXPORT_SYMBOL_GPL(key_type_user); | ||
| 52 | |||
| 51 | /*****************************************************************************/ | 53 | /*****************************************************************************/ |
| 52 | /* | 54 | /* |
| 53 | * instantiate a user defined key | 55 | * instantiate a user defined key |
