ext4: cleanup to use ext4_grp_offs_to_block()
authorAkinobu Mita <akinobu.mita@gmail.com>
Thu, 4 Mar 2010 04:53:25 +0000 (23:53 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 4 Mar 2010 04:53:25 +0000 (23:53 -0500)
commitbda00de7e8569b1fcde27b68fa59e74e14c5f93a
treea27ac13a211b9adc56621ca28e2f801c33304788
parent5661bd6861b7490394e29aaf74dca812188272e4
ext4: cleanup to use ext4_grp_offs_to_block()

More cleanup to convert open-coded calculations of the first block
number of a free extent to use ext4_grp_offs_to_block() instead.

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