Re: [PATCH v11 2/3] ublk: move check for empty address field on command submission
From: Ming Lei <tom.leiming@gmail.com>
Date: 2023-08-04 13:33:20
Also in:
lkml
From: Ming Lei <tom.leiming@gmail.com>
Date: 2023-08-04 13:33:20
Also in:
lkml
On Fri, Aug 4, 2023 at 8:34 PM Andreas Hindborg (Samsung) [off-list ref] wrote:
From: Andreas Hindborg <redacted> In preparation for zoned storage support, move the check for empty `addr` field into the command handler case statement. Note that the check makes no sense for `UBLK_IO_NEED_GET_DATA` because the `addr` field must always be set for this command. Signed-off-by: Andreas Hindborg <redacted>
Reviewed-by: Ming Lei <redacted> Thanks,