Re: [PATCH] cifs: avoid mixing bool and le16

From: Steve French
Date: Wed Jul 23 2008 - 20:27:07 EST


On Wed, Jul 23, 2008 at 7:24 PM, Harvey Harrison
<harvey.harrison@xxxxxxxxx> wrote:
> On Wed, 2008-07-23 at 19:19 -0500, Steve French wrote:
> Would you prefer:
> if (pSMBr->hdr.Flags2 & SMBFLG2_UNICODE)
> is_unicode = true;
> else
> is_unicode = false;
>
> Instead?

Yes :)



--
Thanks,

Steve
--
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/