aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.h
diff options
context:
space:
mode:
authorChris Mason <chris.mason@oracle.com>2007-03-07 16:15:30 -0500
committerDavid Woodhouse <dwmw2@hera.kernel.org>2007-03-07 16:15:30 -0500
commit0579da4280812f34f382fb0f8004d7b0219e7a33 (patch)
tree817da9340020ac01849b610b90f6803d81bc97d3 /fs/btrfs/ctree.h
parent037e6390488af8ab96137e1e5cccc15ad14ef887 (diff)
Btrfs: Fixup last found extent caching
Signed-off-by: Chris Mason <chris.mason@oracle.com>
Diffstat (limited to 'fs/btrfs/ctree.h')
-rw-r--r--fs/btrfs/ctree.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h
index 4a7bc4e6e747..518326fa3694 100644
--- a/fs/btrfs/ctree.h
+++ b/fs/btrfs/ctree.h
@@ -54,6 +54,7 @@ struct ctree_root {
54 struct tree_buffer *commit_root; 54 struct tree_buffer *commit_root;
55 struct ctree_root *extent_root; 55 struct ctree_root *extent_root;
56 struct key current_insert; 56 struct key current_insert;
57 struct key last_insert;
57 int fp; 58 int fp;
58 struct radix_tree_root cache_radix; 59 struct radix_tree_root cache_radix;
59 struct radix_tree_root pinned_radix; 60 struct radix_tree_root pinned_radix;