minmax: add in_range() macro
[linux-2.6-microblaze.git] / fs / ext2 / balloc.c
index eca60b7..c8049c9 100644 (file)
@@ -36,8 +36,6 @@
  */
 
 
-#define in_range(b, first, len)        ((b) >= (first) && (b) <= (first) + (len) - 1)
-
 struct ext2_group_desc * ext2_get_group_desc(struct super_block * sb,
                                             unsigned int block_group,
                                             struct buffer_head ** bh)