commit | 9069218d448ea547dbad5f1cbd537e88d6519d66 | [log] [tgz] |
---|---|---|
author | Chris Mason <chris.mason@oracle.com> | Fri Feb 08 13:49:28 2008 -0500 |
committer | Chris Mason <chris.mason@oracle.com> | Thu Sep 25 11:04:00 2008 -0400 |
tree | fafb142a36805f26678bb4e7a0ebe50d8c7f859a | |
parent | a86c12c73d982c545a37a8ecdd66528ab260b770 [diff] |
Btrfs: Fix i_blocks accounting Now that delayed allocation accounting works, i_blocks accounting is changed to only modify i_blocks when extents inserted or removed. The fillattr call is changed to include the delayed allocation byte count in the i_blocks result. Signed-off-by: Chris Mason <chris.mason@oracle.com>