Re: [PATCH] Introduce ext4_find_next_bit

From: Aneesh Kumar K.V
Date: Fri Sep 21 2007 - 05:09:24 EST




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-<arch>/bitops.h except powerpc have

#include <asm-generic/bitops/ext2-non-atomic.h>

and ext2-non-atomic.h have #include <asm-generic/bitops/le.h>


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