commit | 0a11cc36f7b33fa2de0ad95199d2f2ab896fbd93 | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Wed Mar 20 15:44:27 2013 +1030 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Wed Mar 20 15:44:58 2013 +1030 |
tree | 936a220e2462f27cf65b464ea929a689dd3a4731 | |
parent | 20af3cfd20145fece208ada7cb10e1fd7f21f128 [diff] |
virtio_blk: remove nents member. It's simply a flag as to whether we have data now, so make it an explicit function parameter rather than a member of struct virtblk_req. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Reviewed-by: Asias He <asias@redhat.com>