Re: [PATCH 1/1] ceph: Deletion of unnecessary checks before two function calls

2014-11-03 Thread Ilya Dryomov
On Sun, Nov 2, 2014 at 5:20 PM, SF Markus Elfring wrote: > 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

[PATCH 1/1] ceph: Deletion of unnecessary checks before two function calls

2014-11-02 Thread SF Markus Elfring
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 --- fs/ceph/caps.c | 3 +-- fs/ceph/mds_cl