Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751238AbaJJAln (ORCPT ); Thu, 9 Oct 2014 20:41:43 -0400 Received: from mail-qg0-f49.google.com ([209.85.192.49]:33522 "EHLO mail-qg0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750922AbaJJAlm (ORCPT ); Thu, 9 Oct 2014 20:41:42 -0400 Message-ID: <54372B43.2010801@inktank.com> Date: Thu, 09 Oct 2014 17:41:39 -0700 From: Dan Mick User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.1.2 MIME-Version: 1.0 To: Fabian Frederick , linux-kernel@vger.kernel.org CC: Sage Weil , ceph-devel@vger.kernel.org Subject: Re: [PATCH 1/1 linux-next] ceph: fix bool assignments References: <1412889395-19350-1-git-send-email-fabf@skynet.be> In-Reply-To: <1412889395-19350-1-git-send-email-fabf@skynet.be> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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..) -- 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/