[PATCH 02/11] keys: Kill off request_key_async{, _with_auxdata} [ver #2]

2019-04-30 Thread David Howells
Kill off request_key_async{,_with_auxdata}() as they're not currently used. Signed-off-by: David Howells --- include/linux/key.h | 11 - security/keys/request_key.c | 50 --- 2 files changed, 61 deletions(-) diff --git a/include/linux

[PATCH 02/11] keys: Kill off request_key_async{,_with_auxdata}

2019-04-24 Thread David Howells
Kill off request_key_async{,_with_auxdata}() as they're not currently used. Signed-off-by: David Howells --- include/linux/key.h | 11 - security/keys/request_key.c | 50 --- 2 files changed, 61 deletions(-) diff --git a/include/linux