commit | dbe674a99c8af088faa4c95eddaeb271a3140ab6 | [log] [tgz] |
---|---|---|
author | Chris Mason <chris.mason@oracle.com> | Thu Jul 17 12:54:05 2008 -0400 |
committer | Chris Mason <chris.mason@oracle.com> | Thu Sep 25 11:04:04 2008 -0400 |
tree | c6b5a08e93d0b09df873fd5c304156622d03368a | |
parent | 247e743cbe6e655768c3679f84821e03c1577902 [diff] |
Btrfs: Update on disk i_size only after pending ordered extents are done This changes the ordered data code to update i_size after the extent is on disk. An on disk i_size is maintained in the in-memory btrfs inode structures, and this is updated as extents finish. Signed-off-by: Chris Mason <chris.mason@oracle.com>