From 8b33d9eeba91422ee2d73b6936ad57262d18cf5a Mon Sep 17 00:00:00 2001 From: Anthony Liguori Date: Wed, 8 Sep 2010 17:09:15 -0500 Subject: Revert "Make default invocation of block drivers safer (v3)" This reverts commit 79368c81bf8cf93864d7afc88b81b05d8f0a2c90. Conflicts: block.c I haven't been able to come up with a solution yet for the corruption caused by unaligned requests from the IDE disk so revert until a solution can be written. Signed-off-by: Anthony Liguori --- block_int.h | 1 - 1 file changed, 1 deletion(-) (limited to 'block_int.h') diff --git a/block_int.h b/block_int.h index b863451774..e8e7156c92 100644 --- a/block_int.h +++ b/block_int.h @@ -148,7 +148,6 @@ struct BlockDriverState { int encrypted; /* if true, the media is encrypted */ int valid_key; /* if true, a valid encryption key has been set */ int sg; /* if true, the device is a /dev/sg* */ - int probed; /* if true, format was probed automatically */ /* event callback when inserting/removing */ void (*change_cb)(void *opaque); void *change_opaque; -- cgit v1.2.1