Updated to 2.6.32.27
/fs/ext4/mballoc.h
blob:0ca811061bc72eca18b46ca025b660f32ce87138 -> blob:ceb9d41cd7cf4c01a391f60038bd4fa9b9a0314a
--- fs/ext4/mballoc.h
+++ fs/ext4/mballoc.h
@@ -221,8 +221,6 @@ struct ext4_buddy {
#define EXT4_MB_BITMAP(e4b) ((e4b)->bd_bitmap)
#define EXT4_MB_BUDDY(e4b) ((e4b)->bd_buddy)
-#define in_range(b, first, len) ((b) >= (first) && (b) <= (first) + (len) - 1)
-
static inline ext4_fsblk_t ext4_grp_offs_to_block(struct super_block *sb,
struct ext4_free_extent *fex)
{