Re: [PATCH v3] Staging: lustre: Use of fls to find last set bit

2014-01-13 Thread Dan Carpenter
On Sun, Jan 12, 2014 at 01:45:51AM +0530, Monam Agarwal wrote: > This introduces fls in lustre/ldlm/ldlm_extent.c > to find the last set bit. > > Signed-off-by: Monam Agarwal > --- > Changes since v1: > * Incorrect commit message > * Use of fls function > Changes since v2: > * Removal of extra va

[PATCH v3] Staging: lustre: Use of fls to find last set bit

2014-01-11 Thread Monam Agarwal
This introduces fls in lustre/ldlm/ldlm_extent.c to find the last set bit. Signed-off-by: Monam Agarwal --- Changes since v1: * Incorrect commit message * Use of fls function Changes since v2: * Removal of extra variable drivers/staging/lustre/lustre/ldlm/ldlm_extent.c |2 +- 1 file changed