2
0
mirror of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2025-09-04 20:19:47 +08:00

[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>
This commit is contained in:
Michael Halcrow 2005-06-23 22:00:58 -07:00 committed by Linus Torvalds
parent 3e30148c3d
commit 16c29b67fb

View File

@ -48,6 +48,8 @@ struct user_key_payload {
char data[0]; /* actual data */ char data[0]; /* actual data */
}; };
EXPORT_SYMBOL_GPL(key_type_user);
/*****************************************************************************/ /*****************************************************************************/
/* /*
* instantiate a user defined key * instantiate a user defined key