Re: [Cluster-devel] [PATCH 1/1 linux-next] GFS2: use BIT() macro

From: Andreas Gruenbacher
Date: Tue Jul 26 2016 - 03:02:24 EST


Fabian,

On Sun, Jul 24, 2016 at 4:24 PM, Fabian Frederick <fabf@xxxxxxxxx> wrote:
> Replace 1 << value shift by more explicit BIT() macro
>
> Also fixes two bare unsigned definitions:
>
> WARNING: Prefer 'unsigned int' to bare use of 'unsigned'
> + unsigned hsize = BIT(ip->i_depth);

this patch is looking good. I'm adding it to my for-next queue.

Thanks,
Andreas