Btrfs: Fix i_blocks accounting
authorChris Mason <chris.mason@oracle.com>
Fri, 8 Feb 2008 18:49:28 +0000 (13:49 -0500)
committerChris Mason <chris.mason@oracle.com>
Thu, 25 Sep 2008 15:04:00 +0000 (11:04 -0400)
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>

No differences found