Re: [PATCH] Introduce ext4_find_next_bit

2007-11-13 Thread Andrew Morton
On Wed, 14 Nov 2007 00:41:03 +0530 "Aneesh Kumar K.V" <[EMAIL PROTECTED]> wrote: > > > Andrew Morton wrote: > > On Fri, 21 Sep 2007 10:55:05 +0530 "Aneesh Kumar K.V" <[EMAIL PROTECTED]> > > wrote: > > > >> Also add generic_find_next_le_bit > >> > >> This gets used by the ext4 multi block alloc

Re: [PATCH] Introduce ext4_find_next_bit

2007-11-13 Thread Aneesh Kumar K.V
Andrew Morton wrote: On Fri, 21 Sep 2007 10:55:05 +0530 "Aneesh Kumar K.V" <[EMAIL PROTECTED]> wrote: Also add generic_find_next_le_bit This gets used by the ext4 multi block allocator patches. arm allmodconfig: fs/ext4/mballoc.c: In function `ext4_mb_generate_buddy': fs/ext4/mballoc.c:8

Re: [PATCH] Introduce ext4_find_next_bit

2007-11-13 Thread Andrew Morton
On Fri, 21 Sep 2007 10:55:05 +0530 "Aneesh Kumar K.V" <[EMAIL PROTECTED]> wrote: > Also add generic_find_next_le_bit > > This gets used by the ext4 multi block allocator patches. > arm allmodconfig: fs/ext4/mballoc.c: In function `ext4_mb_generate_buddy': fs/ext4/mballoc.c:836: error: implicit

Re: [PATCH] Introduce ext4_find_next_bit

2007-09-21 Thread Aneesh Kumar K.V
Balbir Singh wrote: Aneesh Kumar K.V wrote: Also add generic_find_next_le_bit This gets used by the ext4 multi block allocator patches. Looks like it's a straight forward on Little Endian Architectures. I see something for powerpc, what about other architectures? All include/asm-/bitops.

Re: [PATCH] Introduce ext4_find_next_bit

2007-09-20 Thread Balbir Singh
Aneesh Kumar K.V wrote: > Also add generic_find_next_le_bit > > This gets used by the ext4 multi block allocator patches. > Looks like it's a straight forward on Little Endian Architectures. I see something for powerpc, what about other architectures? > > +unsigned long generic_find_next_le_bi

[PATCH] Introduce ext4_find_next_bit

2007-09-20 Thread Aneesh Kumar K.V
Also add generic_find_next_le_bit This gets used by the ext4 multi block allocator patches. Signed-off-by: Aneesh Kumar K.V <[EMAIL PROTECTED]> --- include/asm-generic/bitops/ext2-non-atomic.h |2 + include/asm-generic/bitops/le.h |4 ++ include/asm-powerpc/bitops.h