From: Theodore Ts'o Date: Fri, 9 Sep 2011 22:46:51 +0000 (-0400) Subject: ext4: convert block group-relative offsets to use clusters X-Git-Tag: v3.2-rc1~85^2~75 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3212a80a58062056bb922811071062be58d8fee1;p=pandora-kernel.git ext4: convert block group-relative offsets to use clusters Certain parts of the ext4 code base, primarily in mballoc.c, use a block group number and offset from the beginning of the block group. This offset is invariably used to index into the allocation bitmap, so change the offset to be denominated in units of clusters. Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed