]> Git Repo - linux.git/commit
virtio: de-structify virtio_block status byte
authorRusty Russell <[email protected]>
Sat, 3 May 2008 02:50:45 +0000 (21:50 -0500)
committerRusty Russell <[email protected]>
Fri, 2 May 2008 11:50:45 +0000 (21:50 +1000)
commitcb38fa23c17519faf46a76d2f71a8430705fe474
tree8a2a4ac0c4d8091cc15216871bc74e98337bfa41
parent81473132878f8a1d0c6a78cffa0cf84c8a19c1be
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" <[email protected]>
Signed-off-by: Rusty Russell <[email protected]>
Documentation/lguest/lguest.c
drivers/block/virtio_blk.c
include/linux/virtio_blk.h
This page took 0.04525 seconds and 4 git commands to generate.