]> git.baikalelectronics.ru Git - kernel.git/commit
ntfs: delete unnecessary checks before calling iput()
authorSF Markus Elfring <elfring@users.sourceforge.net>
Fri, 4 Sep 2015 22:43:32 +0000 (15:43 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 4 Sep 2015 23:54:41 +0000 (16:54 -0700)
commit05f366fa646e0f5ccf1c5d78b14169e5e6099678
treea7a2ebd2b26344ee276caa04072ee9339bf2678e
parente806164708b492581ed0e51b325fc8ce770067aa
ntfs: delete unnecessary checks before calling iput()

iput() 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>
Cc: Julia Lawall <julia.lawall@lip6.fr>
Reviewed-by: Anton Altaparmakov <anton@tuxera.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/ntfs/super.c