Re: [PATCH] zsmalloc: Delete an unnecessary check before the function call "iput"

2016-07-25 Thread Minchan Kim
On Fri, Jul 22, 2016 at 08:02:08PM +0200, SF Markus Elfring wrote: > From: Markus Elfring > Date: Fri, 22 Jul 2016 19:54:20 +0200 > > 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

Re: [PATCH] zsmalloc: Delete an unnecessary check before the function call "iput"

2016-07-24 Thread Sergey Senozhatsky
On (07/22/16 20:02), SF Markus Elfring wrote: > 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. there is no issue; the change is just cosmetic. > Sig

[PATCH] zsmalloc: Delete an unnecessary check before the function call "iput"

2016-07-22 Thread SF Markus Elfring
From: Markus Elfring Date: Fri, 22 Jul 2016 19:54:20 +0200 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 --- mm/zsmalloc.