On Wed, Mar 02, 2016 at 08:25:39AM -0500, [email protected] wrote: > From: Oleg Drokin <[email protected]> > > commit 020ecc6f3229 ("staging: lustre: llite: Remove IS_ERR tests") > managed to break one of the converted checks by losing a dereference > causing the condition to be wrong and hence leading > to a crash later on in case of actual error. > IS_ERR_OR_NULL(*inode) got converted into !inode. > > Signed-off-by: Oleg Drokin <[email protected]> > CC: Amitoj Kaur Chawla <[email protected]> > --- > I am not sure where did that patch came from as I cannot see > it in either my inbox or in any public mailinglists via google.
My fault, it is part of the Outreachy application process, I missed that bug, sorry about this. greg k-h _______________________________________________ devel mailing list [email protected] http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
