On Tue, Apr 11, 2017 at 11:57:15AM +0300, Dan Carpenter wrote: > btrfs_get_extent() never returns NULL pointers, so this code introduces > a static checker warning. > > The btrfs_get_extent() is a bit complex, but trust me that it doesn't > return NULLs and also if it did we would trigger the BUG_ON(!em) before > the last return statement. > > Signed-off-by: Dan Carpenter <dan.carpenter@xxxxxxxxxx> Added to 4.12, thanks. I've updated the subject line so it reflects what the patch does. -- To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html