浏览代码

[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>
Michael Halcrow 20 年之前
父节点
当前提交
16c29b67fb
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      security/keys/user_defined.c

+ 2 - 0
security/keys/user_defined.c

@@ -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