Re: [PATCH 1/1] md/raid10: Change the return type of raid10_handle_discard to int
From: Song Liu <song@kernel.org>
Date: 2020-09-24 03:26:40
From: Song Liu <song@kernel.org>
Date: 2020-09-24 03:26:40
On Mon, Sep 21, 2020 at 10:58 PM Xiao Ni [off-list ref] wrote:
Now the return type of raid10_handle_discard is bool. This is wrong. Change the return type to int. Reported-by: kernel test robot <redacted> fixes: 8f694215ae4c (md/raid10: improve raid10 discard request) Signed-off-by: Xiao Ni <redacted>
Applied to md-next. Thanks for the fix!