On Wed, 5 Sep 2018, David Howells wrote:
> +int asymmetric_key_eds_op(struct kernel_pkey_params *params,
> + const void *in, void *out)
> +{
> + const struct asymmetric_key_subtype *subtype;
> + struct key *key = params->key;
> + int ret;
> +
> + pr_devel("==>%s()\n", __func__);Are you planning on leaving these pr_devel()s in? -- James Morris <[email protected]>

