From: Akinobu Mita Date: Thu, 4 Mar 2010 04:55:01 +0000 (-0500) Subject: ext4: consolidate in_range() definitions X-Git-Tag: v2.6.34-rc1~199^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=731eb1a03a8445cde2cb23ecfb3580c6fa7bb690;p=pandora-kernel.git 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 Signed-off-by: "Theodore Ts'o" Cc: Andreas Dilger --- Reading git-diff-tree failed