On Sun, Dec 28, 2014 at 09:40:25PM +0100, SF Markus Elfring wrote: > From: Markus Elfring <[email protected]> > Date: Sat, 27 Dec 2014 09:34:39 +0100 > > The p9_client_clunk() function tests whether its argument is NULL > and then returns immediately. Thus the test around the call is not needed. >
Not true. You are not allowed to call p9_client_clunk(NULL). I assume this patch adds a bug. You have tried to introduce several of these kinds of bugs. You are not careful enough. regards, dan carpenter -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

