From: Akinobu Mita Date: Thu, 4 Mar 2010 04:53:39 +0000 (-0500) Subject: ext4: cleanup to use ext4_group_first_block_no() X-Git-Tag: v2.6.34-rc1~199^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5661bd6861b7490394e29aaf74dca812188272e4;p=pandora-kernel.git ext4: cleanup to use ext4_group_first_block_no() This is a cleanup and simplification patch which takes some open-coded calculations to calculate the first block number of a group and converts them to use the (already defined) ext4_group_first_block_no() function. Signed-off-by: Akinobu Mita Signed-off-by: "Theodore Ts'o" Cc: Andreas Dilger --- Reading git-diff-tree failed