diff options
author | Eric Biggers <ebiggers@google.com> | 2017-12-08 16:13:27 +0100 |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2017-12-08 16:13:27 +0100 |
commit | a2d8737d5c781d388b553dd085b56d7295fffc6c (patch) | |
tree | e1a015e62fcb62ea4b6c1a3993e0dcbf415cffc5 /kernel/module-internal.h | |
parent | Merge tag 'docs-4.15-fixes' of git://git.lwn.net/linux (diff) | |
download | linux-a2d8737d5c781d388b553dd085b56d7295fffc6c.tar.xz linux-a2d8737d5c781d388b553dd085b56d7295fffc6c.zip |
KEYS: remove unnecessary get/put of explicit dest_keyring
In request_key_and_link(), in the case where the dest_keyring was
explicitly specified, there is no need to get another reference to
dest_keyring before calling key_link(), then drop it afterwards. This
is because by definition, we already have a reference to dest_keyring.
This change is useful because we'll be making
construct_get_dest_keyring() able to return an error code, and we don't
want to have to handle that error here for no reason.
Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: David Howells <dhowells@redhat.com>
Diffstat (limited to 'kernel/module-internal.h')
0 files changed, 0 insertions, 0 deletions