Home
last modified time | relevance | path

Searched hist:"0 dad87fcb732691bfd3183acccda6709e1e759ca" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/ecryptfs/
H A Dcrypto.cdiff 0dad87fcb732691bfd3183acccda6709e1e759ca Fri Jun 26 11:18:54 CDT 2015 Markus Elfring <elfring@users.sourceforge.net> eCryptfs: Delete a check before the function call "key_put"

The key_put() function tests whether its argument is NULL and then
returns immediately. Thus the test around this call might not be needed.

This issue was detected by using the Coccinelle software.

Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
Signed-off-by: Tyler Hicks <tyhicks@canonical.com>