From 28de03cb0aa69a75c51ee9dcf68942319eefed0b Mon Sep 17 00:00:00 2001 From: Chris Mason Date: Mon, 15 Oct 2007 16:25:41 -0400 Subject: Create a slightly more generic extent-caching structure --- disk-io.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'disk-io.h') diff --git a/disk-io.h b/disk-io.h index 4374457..3eb982e 100644 --- a/disk-io.h +++ b/disk-io.h @@ -18,9 +18,11 @@ #ifndef __DISKIO__ #define __DISKIO__ +#include "extent-cache.h" #include "list.h" struct btrfs_buffer { + struct cache_extent cache_node; u64 bytenr; u64 dev_bytenr; u32 size; -- cgit v1.2.1