summaryrefslogtreecommitdiff
path: root/disk-io.h
diff options
context:
space:
mode:
authorChris Mason <chris.mason@oracle.com>2007-04-12 12:14:47 -0400
committerDavid Woodhouse <dwmw2@hera.kernel.org>2007-04-12 12:14:47 -0400
commit3eaaf935e56e03e3c1db110f055c756bd3415c88 (patch)
tree4c05b0e1ff5bf95b8f43558cc0147883834fb9b2 /disk-io.h
parent98baacc62343ae0eab8b265ea376e59e0aa70c1e (diff)
add some support for multiple devices to progs
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 21f353a3..87cf36bc 100644
--- a/disk-io.h
+++ b/disk-io.h
@@ -4,7 +4,9 @@
struct btrfs_buffer {
u64 blocknr;
+ u64 dev_blocknr;
int count;
+ int fd;
struct list_head dirty;
struct list_head cache;
union {