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)
commit917520e100e1db5e8dd546dd94fef070a31652a5
treea7a2ebd2b26344ee276caa04072ee9339bf2678e
parent35108d71383c5f4abc286430c0b5da79d22553f9
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