From: Michael Halcrow Date: Fri, 24 Jun 2005 05:00:58 +0000 (-0700) Subject: [PATCH] eCryptfs: export user key type X-Git-Tag: v2.6.13-rc1~68^2~375 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=16c29b67fb3bbacfc2a71f9e5f7d85728ef45efa;p=linux-2.6-omap-h63xx.git [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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- 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