[PATCH] Fix ext4 bitops

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <linux-s390@...>, <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-s390/bitops.h b/include/asm-s390/bitops.h
index dba6fec..47844fc 100644
--- a/include/asm-s390/bitops.h
+++ b/include/asm-s390/bitops.h
@@ -762,6 +762,8 @@ static inline int sched_find_first_bit(unsigned long *b)
  *    23 22 21 20 19 18 17 16 31 30 29 28 27 26 25 24
  */
 
+#include <asm-generic/bitops/le.h>
+
 #define ext2_set_bit(nr, addr)       \
 	__test_and_set_bit((nr)^(__BITOPS_WORDSIZE - 8), (unsigned long *)addr)
 #define ext2_set_bit_atomic(lock, 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, Andrew Morton, (Fri Feb 1, 4:22 pm)
Re: [PATCH] Fix ext4 bitops, Bastian Blank, (Fri Feb 1, 5:04 pm)
Re: [PATCH] Fix ext4 bitops, Heiko Carstens, (Sun Feb 3, 8:12 am)
Re: [PATCH] Fix ext4 bitops, Geert Uytterhoeven, (Sun Feb 3, 8:39 am)
Re: [PATCH] Fix ext4 bitops, Aneesh Kumar K.V, (Mon Feb 4, 12:50 am)
Re: [PATCH] Fix ext4 bitops, Geert Uytterhoeven, (Mon Feb 4, 4:11 pm)
Re: [PATCH] Fix ext4 bitops, Heiko Carstens, (Mon Feb 4, 5:24 am)
Re: [PATCH] Fix ext4 bitops, Aneesh Kumar K.V, (Mon Feb 4, 5:29 am)