[PATCH] Fix ext4 bitops

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <linuxppc-dev@...>, <akpm@...>
Cc: <linux-kernel@...>
Date: Friday, February 1, 2008 - 4:02 pm

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) \
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] Fix ext4 bitops, Bastian Blank, (Fri Feb 1, 4:02 pm)
Re: [PATCH] Fix ext4 bitops, Aneesh Kumar K.V, (Mon Feb 4, 1:22 am)
Re: [PATCH] Fix ext4 bitops, Benjamin Herrenschmidt, (Sun Feb 3, 3:36 am)