Re: [PATCH 1/1 linux-next] ceph: fix bool assignments

From: Fabian Frederick
Date: Fri Oct 10 2014 - 04:41:30 EST




> On 10 October 2014 at 10:24 Ilya Dryomov <ilya.dryomov@xxxxxxxxxxx> wrote:
>
>
> On Fri, Oct 10, 2014 at 4:41 AM, Dan Mick <dan.mick@xxxxxxxxxxx> 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
Hi Ilya,

  Patch already send and acked:
http://marc.info/?l=linux-kernel&m=141292553109418&w=2

Regards,
Fabian
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/