mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-07-27 22:40:23 -04:00
Since commitb2a4df200d("KEYS: Expand the capacity of a keyring") iterate_over_keyring() is never used, so can be removed. And commitb5f545c880("[PATCH] keys: Permit running process to instantiate keys") left behind keyring_search_instkey(). Fixes:b2a4df200d("KEYS: Expand the capacity of a keyring") Fixes:b5f545c880("[PATCH] keys: Permit running process to instantiate keys") Signed-off-by: YueHaibing <yuehaibing@huawei.com> Reviewed-by: Paul Moore <paul@paul-moore.com> Signed-off-by: Jarkko Sakkinen <jarkko@kernel.org>