Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752748AbaJJIYm (ORCPT ); Fri, 10 Oct 2014 04:24:42 -0400 Received: from mail-qg0-f43.google.com ([209.85.192.43]:45494 "EHLO mail-qg0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751909AbaJJIYh (ORCPT ); Fri, 10 Oct 2014 04:24:37 -0400 MIME-Version: 1.0 In-Reply-To: <54372B43.2010801@inktank.com> References: <1412889395-19350-1-git-send-email-fabf@skynet.be> <54372B43.2010801@inktank.com> Date: Fri, 10 Oct 2014 12:24:36 +0400 Message-ID: Subject: Re: [PATCH 1/1 linux-next] ceph: fix bool assignments From: Ilya Dryomov To: Dan Mick , Julia Lawall Cc: Fabian Frederick , Linux Kernel Mailing List , Sage Weil , Ceph Development Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Oct 10, 2014 at 4:41 AM, Dan Mick wrote: > > > On 10/09/2014 02:16 PM, Fabian Frederick wrote: >> Fix some coccinelle warnings: >> fs/ceph/caps.c:2400:6-10: WARNING: Assignment of bool to 0/1 > > >> - bool wake = 0; >> + bool wake = false; > > FWIW, that message is backwards: it should say "WARNING: Assignment of > 0/1 to bool" (I know, it's a coccinelle issue, but..) Hi Julia, See above, hopefully you are the right person to ask to forward this to the right people ;) Thanks, Ilya -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/