Re: [PATCH] KEYS: remove unnecessary get/put of explicit dest_keyring

From: David Howells
Date: Fri Nov 24 2017 - 10:52:21 EST


Eric Biggers <ebiggers3@xxxxxxxxx> wrote:

> - construct_get_dest_keyring(&dest_keyring);

This will break. construct_get_dest_keyring() does other things than just
getting a ref on whatever dest_keyring points to.

David