Re: [PATCH 03/22] KEYS: Provide missing asymmetric key subops for new key type ops
From: David Howells <dhowells@redhat.com>
Date: 2018-10-05 15:39:48
Also in:
keyrings, lkml
From: David Howells <dhowells@redhat.com>
Date: 2018-10-05 15:39:48
Also in:
keyrings, lkml
James Morris [off-list ref] wrote:
quoted
+ pr_devel("==>%s()\n", __func__);Are you planning on leaving these pr_devel()s in?
Well, they don't do anything unless you #define DEBUG at the top of the file. If they really offend you, I can remove them. David