[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20080201200240.GA28566@wavehammer.waldi.eu.org>
Date: Fri, 1 Feb 2008 21:02:40 +0100
From: Bastian Blank <bastian@...di.eu.org>
To: linuxppc-dev@...abs.org, akpm@...ux-foundation.org
Cc: linux-kernel@...r.kernel.org
Subject: [PATCH] Fix ext4 bitops
Fix ext4 bitops.
Signed-off-by: Bastian Blank <waldi@...ian.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) \
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists