Re: [PATCH v3 1/3] rust: block: simplify Result<()> in validate_block_size return
From: Jens Axboe <axboe@kernel.dk>
Date: 2024-11-18 16:10:03
Also in:
linux-block, lkml, rust-for-linux
From: Jens Axboe <axboe@kernel.dk>
Date: 2024-11-18 16:10:03
Also in:
linux-block, lkml, rust-for-linux
On 11/18/24 9:05 AM, Miguel Ojeda wrote:
On Mon, Nov 18, 2024 at 3:37?PM Manas via B4 Relay [off-list ref] wrote:quoted
From: Manas <redacted> `Result` is used in place of `Result<()>` because the default type parameters are unit `()` and `Error` types, which are automatically inferred. Thus keep the usage consistent throughout codebase. Suggested-by: Miguel Ojeda <ojeda@kernel.org> Link: https://github.com/Rust-for-Linux/linux/issues/1128 Signed-off-by: Manas <redacted>If block wants to pick this one up independently: Reviewed-by: Miguel Ojeda <ojeda@kernel.org>
I can grab it. -- Jens Axboe