commit | bbaf549e0c3d28399fc5abd68020d4025ae5c3a7 | [log] [tgz] |
---|---|---|
author | Chris Mason <chris.mason@oracle.com> | Thu May 08 16:31:21 2008 -0400 |
committer | Chris Mason <chris.mason@oracle.com> | Thu Sep 25 11:04:02 2008 -0400 |
tree | 19443b7e2a18fd04556ab9c5d914de3d29034a0d | |
parent | c1c4d91c38e6e5b29543b02d4a4fb7f007e44f70 [diff] |
Btrfs: A number of nodatacow fixes Once part of a delalloc request fails the cow checks, just cow the entire range It is possible for the back references to all be from the same root, but still have snapshots against an extent. The checks are now more strict, forcing cow any time there are multiple refs against the data extent. Signed-off-by: Chris Mason <chris.mason@oracle.com>