From mboxrd@z Thu Jan 1 00:00:00 1970 From: tytso@mit.edu (Theodore Ts'o) Date: Tue, 25 Nov 2014 20:16:23 -0500 Subject: [Cocci] [1/1] fs-ext4: Deletion of an unnecessary check before the function call "iput" In-Reply-To: <54679938.3020106@users.sourceforge.net> References: <54679938.3020106@users.sourceforge.net> Message-ID: <20141126011623.GA20977@thunk.org> To: cocci@systeme.lip6.fr List-Id: cocci@systeme.lip6.fr On Sat, Nov 15, 2014 at 07:19:36PM +0100, SF Markus Elfring wrote: > From: Markus Elfring > Date: Sat, 15 Nov 2014 19:04:06 +0100 > > 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 Thanks, applied. - Ted