Re: [PATCH] engines/io_uring: Fix negative errno in io_u->error

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Fri, 27 Sep 2024 12:08:57 +0900, Minwoo Im wrote:
> io_u->error can have either negative errno value or device-specific
> error status as a positive value.  fio always tries to parse the errno
> with strerrno() and it expects the value to be a positive one.
> 
> Commit ebe67b667f25 ("io_uring: Add IO_U_F_DEVICE_ERRROR to identify
> error types") tried to abs(io_u->error) to convert it first.  And it
> caused the following build warning:
> 
> [...]

Applied, thanks!

[1/1] engines/io_uring: Fix negative errno in io_u->error
      commit: e4e8520b374e7e021d289d400ade70c41681d635

Best regards,
-- 
Jens Axboe







[Index of Archives]     [Linux Kernel]     [Linux SCSI]     [Linux IDE]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux SCSI]

  Powered by Linux