commit | 1842f23c05b6a866be831aa60bc8a8731c58ddd0 | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Thu Jul 30 16:03:46 2009 -0600 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Thu Jul 30 16:03:46 2009 +0930 |
tree | 8047f21d149b3958b5c4278c1a5601ddce9e0e4b | |
parent | a91d74a3c4de8115295ee87350c13a329164aaaf [diff] |
lguest and virtio: cleanup struct definitions to Linux style. I've been doing this for years, and akpm picked me up on it about 12 months ago. lguest partly serves as example code, so let's do it Right. Also, remove two unused fields in struct vblk_info in the example launcher. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Cc: Ingo Molnar <mingo@redhat.com>