Re: [PATCH v3 1/3] rust: block: simplify Result<()> in validate_block_size return

From: Jens Axboe
Date: Mon Nov 18 2024 - 11:10:26 EST


On 11/18/24 9:05 AM, Miguel Ojeda wrote:
> On Mon, Nov 18, 2024 at 3:37?PM Manas via B4 Relay
> <devnull+manas18244.iiitd.ac.in@xxxxxxxxxx> wrote:
>>
>> From: Manas <manas18244@xxxxxxxxxxx>
>>
>> `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@xxxxxxxxxx>
>> Link: https://github.com/Rust-for-Linux/linux/issues/1128
>> Signed-off-by: Manas <manas18244@xxxxxxxxxxx>
>
> If block wants to pick this one up independently:
>
> Reviewed-by: Miguel Ojeda <ojeda@xxxxxxxxxx>

I can grab it.

--
Jens Axboe