commit | 7f3c74fb831fa19bafe087e817c0a5ff3883f1ea | [log] [tgz] |
---|---|---|
author | Chris Mason <chris.mason@oracle.com> | Fri Jul 18 12:01:11 2008 -0400 |
committer | Chris Mason <chris.mason@oracle.com> | Thu Sep 25 11:04:05 2008 -0400 |
tree | 416e95db10e408240916d5061caf1e5d1182b330 | |
parent | 211f90e68b679d27fe23c5505f86d6ce62c98bae [diff] |
Btrfs: Keep extent mappings in ram until pending ordered extents are done It was possible for stale mappings from disk to be used instead of the new pending ordered extent. This adds a flag to the extent map struct to keep it pinned until the pending ordered extent is actually on disk. Signed-off-by: Chris Mason <chris.mason@oracle.com>