commit | 8c82e9a4331bad42dfc01158fbd1e8f4c2f1c957 | [log] [tgz] |
---|---|---|
author | Stefan Hajnoczi <stefanha@redhat.com> | Wed Oct 31 16:34:35 2012 +0100 |
committer | Kevin Wolf <kwolf@redhat.com> | Wed Nov 14 18:19:21 2012 +0100 |
tree | bcac45de073d84ed5cea2b50c52df4b643dc7911 | |
parent | a9660664fde89ef2c7bc629eda547a48b288fbb9 [diff] |
aio: switch aiocb_size type int -> size_t Using appropriate types for variables is a good thing :). All users simply do sizeof(MyType) and the value is passed to a memory allocator, it should be size_t. Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> Reviewed-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>