Re: [PATCH] staging: lustre: Deletion of unnecessary checks before three function calls

2015-07-13 Thread Greg Kroah-Hartman
On Fri, Jun 26, 2015 at 11:23:29PM +0200, SF Markus Elfring wrote: > From: Markus Elfring > Date: Fri, 26 Jun 2015 23:10:42 +0200 Sorry, I'm not taking any of your patches until you fix this all up. greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body

Re: [PATCH] staging: lustre: Deletion of unnecessary checks before three function calls

2015-07-13 Thread Greg Kroah-Hartman
On Fri, Jun 26, 2015 at 11:23:29PM +0200, SF Markus Elfring wrote: From: Markus Elfring elfr...@users.sourceforge.net Date: Fri, 26 Jun 2015 23:10:42 +0200 Sorry, I'm not taking any of your patches until you fix this all up. greg k-h -- To unsubscribe from this list: send the line unsubscribe

[PATCH] staging: lustre: Deletion of unnecessary checks before three function calls

2015-06-26 Thread SF Markus Elfring
From: Markus Elfring Date: Fri, 26 Jun 2015 23:10:42 +0200 The following functions test whether their argument is NULL and then return immediately. * kfree * ll_file_data_put * ptlrpc_connection_put Thus the test around such calls is not needed. This issue was detected by using the Coccinelle

[PATCH] staging: lustre: Deletion of unnecessary checks before three function calls

2015-06-26 Thread SF Markus Elfring
From: Markus Elfring elfr...@users.sourceforge.net Date: Fri, 26 Jun 2015 23:10:42 +0200 The following functions test whether their argument is NULL and then return immediately. * kfree * ll_file_data_put * ptlrpc_connection_put Thus the test around such calls is not needed. This issue was