commit | 27b0a392095d30e452772d4ae636150fd7f2172d | [log] [tgz] |
---|---|---|
author | Jeff Layton <jlayton@kernel.org> | Fri Jul 05 13:26:29 2019 -0400 |
committer | Ilya Dryomov <idryomov@gmail.com> | Mon Sep 16 12:06:24 2019 +0200 |
tree | 215a2b4f6eeae8cf753aa5eb75f4da0eb9572cbd | |
parent | 9f3345d8ec5e226d116ddb7fb86ee71a08a3b9a7 [diff] |
ceph: remove unneeded test in try_flush_caps cap->session is always non-NULL, so we can just do a single test for equality w/o testing explicitly for a NULL pointer. Signed-off-by: Jeff Layton <jlayton@kernel.org> Reviewed-by: "Yan, Zheng" <zyan@redhat.com> Signed-off-by: Ilya Dryomov <idryomov@gmail.com>