cloud-hypervisor/block/src
Rob Bradford 11c58870c4 block: async_io: Remove unnecessary mut from reference
warning: this argument is a mutable reference, but not used mutably
  --> block/src/async_io.rs:68:28
   |
68 |     fn query_block_size(f: &mut File, block_size_type: BlockSize) -> std::io::Result<u64> {
   |                            ^^^^^^^^^ help: consider changing to: `&File`
   |
   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_pass_by_ref_mut

Signed-off-by: Rob Bradford <rbradford@rivosinc.com>
2023-08-22 12:01:54 +01:00
..
qcow block: qcow: initialize qcow clusters off the backing file when present 2023-07-19 13:52:43 +01:00
vhdx block: vhdx: Fix block size check 2023-08-22 12:01:54 +01:00
async_io.rs block: async_io: Remove unnecessary mut from reference 2023-08-22 12:01:54 +01:00
fixed_vhd_async.rs block: introduce trait BlockBackend for block types 2023-07-19 13:52:43 +01:00
fixed_vhd_sync.rs block: introduce trait BlockBackend for block types 2023-07-19 13:52:43 +01:00
fixed_vhd.rs block: introduce trait BlockBackend for block types 2023-07-19 13:52:43 +01:00
lib.rs block: introduce trait BlockBackend for block types 2023-07-19 13:52:43 +01:00
qcow_sync.rs
raw_async.rs block: async_io: Remove unnecessary mut from reference 2023-08-22 12:01:54 +01:00
raw_sync.rs block: async_io: Remove unnecessary mut from reference 2023-08-22 12:01:54 +01:00
vhd.rs
vhdx_sync.rs