Re: [PATCH 2/3] eCryptfs: export key type

From: Michael Halcrow
Date: Fri Jun 03 2005 - 15:07:58 EST


On Wed, Jun 01, 2005 at 11:48:52PM -0600, Phillip Hellewell wrote:
> This is the second in a series of three patches for the eCryptfs
> kernel module.
>
> The key_type_user symbol in user_defined.c needs to be exported.
> ...
> +EXPORT_SYMBOL( key_type_user );

This is the only modification necessary to support eCryptfs. While we
are working on getting it ready for merging into the mainline kernel,
we would like to distribute it as a separate kernel module, and we
would like for users or distro's do not need to modify their kernels
to build and run it.

Would there be any objections to exporting the key_type_user symbol?
Is there any general reason why kernel modules should not have access
to the user key type struct?

Mike
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/