linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Fix ext4 bitops
@ 2008-02-01 20:02 Bastian Blank
  2008-02-03  7:36 ` Benjamin Herrenschmidt
  2008-02-04  5:22 ` Aneesh Kumar K.V
  0 siblings, 2 replies; 8+ messages in thread
From: Bastian Blank @ 2008-02-01 20:02 UTC (permalink / raw)
  To: linuxppc-dev, akpm; +Cc: linux-kernel

Fix ext4 bitops.

Signed-off-by: Bastian Blank <waldi@debian.org>

diff --git a/include/asm-powerpc/bitops.h b/include/asm-powerpc/bitops.h
index 220d9a7..d0980df 100644
--- a/include/asm-powerpc/bitops.h
+++ b/include/asm-powerpc/bitops.h
@@ -363,6 +363,8 @@ unsigned long generic_find_next_le_bit(const unsigned long *addr,
 				    unsigned long size, unsigned long offset);
 /* Bitmap functions for the ext2 filesystem */
 
+#include <asm-generic/bitops/le.h>
+
 #define ext2_set_bit(nr,addr) \
 	__test_and_set_le_bit((nr), (unsigned long*)addr)
 #define ext2_clear_bit(nr, addr) \

^ permalink raw reply related	[flat|nested] 8+ messages in thread
[parent not found: <20080201200208.GA28274@wavehammer.waldi.eu.org>]

end of thread, other threads:[~2008-02-04 20:11 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-01 20:02 [PATCH] Fix ext4 bitops Bastian Blank
2008-02-03  7:36 ` Benjamin Herrenschmidt
2008-02-04  5:22 ` Aneesh Kumar K.V
     [not found] <20080201200208.GA28274@wavehammer.waldi.eu.org>
     [not found] ` <20080201122257.9524c2bb.akpm@linux-foundation.org>
     [not found]   ` <20080201210404.GA31271@wavehammer.waldi.eu.org>
     [not found]     ` <20080203121238.GD18211@osiris.ibm.com>
2008-02-03 12:39       ` Geert Uytterhoeven
2008-02-04  4:50         ` Aneesh Kumar K.V
2008-02-04  9:24           ` Heiko Carstens
2008-02-04  9:29             ` Aneesh Kumar K.V
2008-02-04 20:11           ` Geert Uytterhoeven

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).