commit | 63b10fc4874a014e22bc4c64e3d92b71180661fe | [log] [tgz] |
---|---|---|
author | Chris Mason <chris.mason@oracle.com> | Tue Apr 01 11:21:32 2008 -0400 |
committer | Chris Mason <chris.mason@oracle.com> | Thu Sep 25 11:04:01 2008 -0400 |
tree | 683a7b414f269f8b999b666d5f2d6c9fb74a1ee8 | |
parent | 2d2ae547979854d10b75d557b3abdb3eb7511bbc [diff] |
Reorder the flags field in struct btrfs_header and record a flag on writeout This allows detection of blocks that have already been written in the running transaction so they can be recowed instead of modified again. It is step one in trusting the transid field of the block pointers. Signed-off-by: Chris Mason <chris.mason@oracle.com>