commit | fadc0d8be4dfca80f6c568bc5874931893c6709b | [log] [tgz] |
---|---|---|
author | David Sterba <dsterba@suse.cz> | Sun Nov 20 07:33:38 2011 -0500 |
committer | Chris Mason <chris.mason@oracle.com> | Sun Nov 20 07:42:15 2011 -0500 |
tree | a73dd18819b86cc14a1f01a7f58e34d94b8d84da | |
parent | 52621cb6ed0e0e14358bb317bda7cd5fbd5c2a27 [diff] |
btrfs: fix stat blocks accounting Round inode bytes and delalloc bytes up to real blocksize before converting to sector size. Otherwise eg. files smaller than 512 are reported with zero blocks due to incorrect rounding. Signed-off-by: David Sterba <dsterba@suse.cz> Signed-off-by: Chris Mason <chris.mason@oracle.com>