Btrfs: Keep extent mappings in ram until pending ordered extents are done
authorChris Mason <chris.mason@oracle.com>
Fri, 18 Jul 2008 16:01:11 +0000 (12:01 -0400)
committerChris Mason <chris.mason@oracle.com>
Thu, 25 Sep 2008 15:04:05 +0000 (11:04 -0400)
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>

No differences found