summaryrefslogtreecommitdiff
path: root/disk-io.h
diff options
context:
space:
mode:
authorChris Mason <chris.mason@oracle.com>2007-10-15 16:25:41 -0400
committerDavid Woodhouse <dwmw2@hera.kernel.org>2007-10-15 16:25:41 -0400
commit28de03cb0aa69a75c51ee9dcf68942319eefed0b (patch)
tree388a55e5827b19822c4a6199f490328409316edd /disk-io.h
parent38f79f9077fce76eabc5566319f33b8e800fb96d (diff)
downloadbtrfs-progs-28de03cb0aa69a75c51ee9dcf68942319eefed0b.tar.gz
Create a slightly more generic extent-caching structure
Diffstat (limited to 'disk-io.h')
-rw-r--r--disk-io.h2
1 files changed, 2 insertions, 0 deletions
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;