virtio: de-structify virtio_block status byte
authorRusty Russell <rusty@rustcorp.com.au>
Sat, 3 May 2008 02:50:45 +0000 (21:50 -0500)
committerRusty Russell <rusty@rustcorp.com.au>
Fri, 2 May 2008 11:50:45 +0000 (21:50 +1000)
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>

No differences found