commit | 731eb1a03a8445cde2cb23ecfb3580c6fa7bb690 | [log] [tgz] |
---|---|---|
author | Akinobu Mita <akinobu.mita@gmail.com> | Wed Mar 03 23:55:01 2010 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Wed Mar 03 23:55:01 2010 -0500 |
tree | 9978388978604207cc78da1c81b97625857256cb | |
parent | bda00de7e8569b1fcde27b68fa59e74e14c5f93a [diff] |
ext4: consolidate in_range() definitions 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>