Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 16c29b67 authored by Michael Halcrow's avatar Michael Halcrow Committed by Linus Torvalds
Browse files

[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: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 3e30148c
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -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