Tag: e96a650a8174e20112b400e72e0b2429aa66de20

ceph, rbd: delete unnecessary checks before two function calls

Author: SF Markus Elfring <elfring@users.sourceforge.net> The functions ceph_put_snap_context() and iput() test whether their argument is NULL and then return immediately. Thus the test around the call is not needed. This issue was detected by using the Coccinelle software. Signed-off-by: Markus Elfring [idryomov@redhat.com: squashed rbd.c hunk, changelog] Signed-off-by: Ilya Dryomov — drivers/block/rbd.c | 3 +– fs/ceph/caps.c …

Continue reading