commit | bda00de7e8569b1fcde27b68fa59e74e14c5f93a | [log] [tgz] |
---|---|---|
author | Akinobu Mita <akinobu.mita@gmail.com> | Wed Mar 03 23:53:25 2010 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Wed Mar 03 23:53:25 2010 -0500 |
tree | a27ac13a211b9adc56621ca28e2f801c33304788 | |
parent | 5661bd6861b7490394e29aaf74dca812188272e4 [diff] |
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>