ext4: consolidate in_range() definitions
authorAkinobu Mita <akinobu.mita@gmail.com>
Thu, 4 Mar 2010 04:55:01 +0000 (23:55 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 4 Mar 2010 04:55:01 +0000 (23:55 -0500)
There are duplicate macro definitions of in_range() in mballoc.h and
balloc.c.  This consolidates these two definitions into ext4.h, and
changes extents.c to use in_range() as well.

Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Cc: Andreas Dilger <adilger@sun.com>

No differences found