From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757362AbdEDUHM (ORCPT ); Thu, 4 May 2017 16:07:12 -0400 Received: from mx1.redhat.com ([209.132.183.28]:55194 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751894AbdEDUHJ (ORCPT ); Thu, 4 May 2017 16:07:09 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 5FB7E7AE95 Authentication-Results: ext-mx01.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx01.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=dhowells@redhat.com DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com 5FB7E7AE95 Organization: Red Hat UK Ltd. Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SI4 1TE, United Kingdom. Registered in England and Wales under Company Registration No. 3798903 From: David Howells In-Reply-To: References: To: Julia Lawall Cc: dhowells@redhat.com, Alexander Viro , kbuild-all@01.org, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] VFS: fix bugon.cocci warnings MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <31863.1493928417.1@warthog.procyon.org.uk> Date: Thu, 04 May 2017 21:06:57 +0100 Message-ID: <31864.1493928417@warthog.procyon.org.uk> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.25]); Thu, 04 May 2017 20:06:59 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Julia Lawall wrote: > Use BUG_ON instead of a if condition followed by BUG. I've already fixed that, thanks, just not pushed it yet. David