diff --git a/glommio/src/io/dma_file_stream.rs b/glommio/src/io/dma_file_stream.rs index 2ab20f092..e363e2d28 100644 --- a/glommio/src/io/dma_file_stream.rs +++ b/glommio/src/io/dma_file_stream.rs @@ -626,7 +626,7 @@ impl DmaStreamReader { Poll::Ready(Ok(x)) } - fn get_buffer( + fn poll_get_buffer( &mut self, cx: &mut Context<'_>, len: u64,