Btrfs: Add a lookup cache to the extent state tree

Signed-off-by: Chris Mason <chris.mason@oracle.com>
This commit is contained in:
Chris Mason
2008-02-01 14:51:59 -05:00
parent 4529ba495c
commit 80ea96b1f3
2 changed files with 41 additions and 17 deletions

View File

@@ -48,6 +48,7 @@ struct extent_io_tree {
spinlock_t lru_lock;
struct list_head buffer_lru;
int lru_size;
struct extent_state *last;
};
struct extent_state {