commit | 6fde22426be6af261816db5941744b8d3c4c7f96 | [log] [tgz] |
---|---|---|
author | Markus Elfring <elfring@users.sourceforge.net> | Fri Nov 13 07:55:59 2015 -0600 |
committer | Bob Peterson <rpeterso@redhat.com> | Mon Nov 16 11:56:26 2015 -0600 |
tree | 9243b4492843997d973e1aa6e88651a3016bb270 | |
parent | acc546fd6108cb17f87f985e4235b68756d7b01f [diff] |
GFS2: Delete an unnecessary check before the function call "iput" The iput() function tests whether its argument is NULL and then returns immediately. Thus the test around the call is not needed. This issue was detected by using the Coccinelle software. Signed-off-by: Markus Elfring <elfring@users.sourceforge.net> Signed-off-by: Bob Peterson <rpeterso@redhat.com>