diff options
author | Markus Armbruster <armbru@redhat.com> | 2011-09-06 18:58:52 +0200 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2011-09-12 15:17:21 +0200 |
commit | 9e6a4c9177bc95aa04438458d75442e80db9ad33 (patch) | |
tree | eee4af4845c084f5a78fe0cea533565b9c85198f /block_int.h | |
parent | 2c6942fa7b332a95286071b92d233853e1000948 (diff) |
block: Drop BlockDriverState member removable
It's a confused mess (see previous commit). No users remain.
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'block_int.h')
-rw-r--r-- | block_int.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/block_int.h b/block_int.h index f42af2c33a..f30563d81a 100644 --- a/block_int.h +++ b/block_int.h @@ -155,7 +155,6 @@ struct BlockDriverState { int read_only; /* if true, the media is read only */ int keep_read_only; /* if true, the media was requested to stay read only */ int open_flags; /* flags used to open the file, re-used for re-open */ - int removable; /* if true, the media can be removed */ 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* */ |