commit | cb38fa23c17519faf46a76d2f71a8430705fe474 | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Fri May 02 21:50:45 2008 -0500 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Fri May 02 21:50:45 2008 +1000 |
tree | 8a2a4ac0c4d8091cc15216871bc74e98337bfa41 | |
parent | 81473132878f8a1d0c6a78cffa0cf84c8a19c1be [diff] |
virtio: de-structify virtio_block status byte Ron Minnich points out that a struct containing a char is not always sizeof(char); simplest to remove the structure to avoid confusion. Cc: "ron minnich" <rminnich@gmail.com> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>