commit | a76a3cd40c1127ca199d4f7f37bf0d541bf44eb2 | [log] [tgz] |
---|---|---|
author | Yan Zheng <zheng.yan@oracle.com> | Thu Oct 09 11:46:29 2008 -0400 |
committer | Chris Mason <chris.mason@oracle.com> | Thu Oct 09 11:46:29 2008 -0400 |
tree | a91e91d9f67ce8bd314cebdacc458315d3e54275 | |
parent | a62b940160d8125016e85046e68ae621c99e751f [diff] |
Btrfs: Count space allocated to file in bytes This patch makes btrfs count space allocated to file in bytes instead of 512 byte sectors. Everything else in btrfs uses a byte count instead of sector sizes or blocks sizes, so this fits better. Signed-off-by: Yan Zheng <zheng.yan@oracle.com>