Btrfs: Fixup last found extent caching

Signed-off-by: Chris Mason <chris.mason@oracle.com>
This commit is contained in:
Chris Mason
2007-03-07 16:15:30 -05:00
committed by David Woodhouse
parent 037e639048
commit 0579da4280
4 changed files with 24 additions and 19 deletions

View File

@@ -54,6 +54,7 @@ struct ctree_root {
struct tree_buffer *commit_root;
struct ctree_root *extent_root;
struct key current_insert;
struct key last_insert;
int fp;
struct radix_tree_root cache_radix;
struct radix_tree_root pinned_radix;