]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd30c54050ba9c1f3ee469dfbefa5f8da3f4e42d3
treea27ac13a211b9adc56621ca28e2f801c33304788
parenta9fed50bc60fa9d3e2b723c51adb0f33dcd16b72
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