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 [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to