aboutsummaryrefslogtreecommitdiffstats
path: root/docs/misc/blkif-drivers-explained.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/misc/blkif-drivers-explained.txt')
-rw-r--r--docs/misc/blkif-drivers-explained.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/misc/blkif-drivers-explained.txt b/docs/misc/blkif-drivers-explained.txt
index 8f6f7a498a..adf1d3738a 100644
--- a/docs/misc/blkif-drivers-explained.txt
+++ b/docs/misc/blkif-drivers-explained.txt
@@ -244,8 +244,8 @@ records. Pointers may only advance, and may not pass one another.
By adopting the convention that every request will receive a response,
not all four pointers need be shared and flow control on the ring
becomes very easy to manage. Each domain manages its own
-consumer pointer, and the two producer pointers are visible to both (Xen/include/hypervisor-ifs/io/blkif.h):
-
+consumer pointer, and the two producer pointers are visible to both
+(xen/include/public/io/blkif.h):
/* NB. Ring size must be small enough for sizeof(blkif_ring_t) <=PAGE_SIZE.*/