From 691f7f4e58c73445589384da7dbba0e15616500f Mon Sep 17 00:00:00 2001 From: "cwc22@centipede.cl.cam.ac.uk" Date: Wed, 20 Apr 2005 18:39:42 +0000 Subject: bitkeeper revision 1.1344 (4266a1eeiNiXbU4vcENZiEEaX7Iybw) grant-tables.txt: fix to error check condition after map blkback.c: bug fix to grant table code in block backend Kconfig: amend config entry for XEN_BLKDEV_GRANT --- docs/misc/grant-tables.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/misc/grant-tables.txt') diff --git a/docs/misc/grant-tables.txt b/docs/misc/grant-tables.txt index 604be3bb08..19db4ec415 100644 --- a/docs/misc/grant-tables.txt +++ b/docs/misc/grant-tables.txt @@ -120,7 +120,7 @@ is complete. for ( i = 0; i < BATCH_SIZE; i++ ) { - if ( unlikely(aop[i].u.map_grant_ref.dev_bus_addr == 0) ) + if ( unlikely(aop[i].u.map_grant_ref.handle < 0) ) { tidyup_all(aop, i); goto panic; -- cgit v1.2.3