diff options
author | Markus Elfring <elfring@users.sourceforge.net> | 2015-06-26 19:18:54 +0300 |
---|---|---|
committer | Tyler Hicks <tyhicks@canonical.com> | 2015-08-19 01:29:49 +0300 |
commit | 0dad87fcb732691bfd3183acccda6709e1e759ca (patch) | |
tree | 1fdf330c968fa00eb98301d8c7c390005866c7c9 /fs/ecryptfs/kthread.c | |
parent | 5556e7e6d30e8e9b5ee51b0e5edd526ee80e5e36 (diff) | |
download | linux-0dad87fcb732691bfd3183acccda6709e1e759ca.tar.xz |
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>
Diffstat (limited to 'fs/ecryptfs/kthread.c')
0 files changed, 0 insertions, 0 deletions