Re: [PATCH] io_uring: Use ERR_CAST() instead of ERR_PTR(PTR_ERR())

From: Jens Axboe
Date: Wed Oct 20 2021 - 10:02:53 EST


On Wed, 20 Oct 2021 08:49:48 +0000, cgel.zte@xxxxxxxxx wrote:
> From: Changcheng Deng <deng.changcheng@xxxxxxxxxx>
>
> Use ERR_CAST() instead of ERR_PTR(PTR_ERR()).
> This makes it more readable and also fix this warning detected by
> err_cast.cocci:
> ./fs/io_uring.c: WARNING: 3208: 11-18: ERR_CAST can be used with buf
>
> [...]

Applied, thanks!

[1/1] io_uring: Use ERR_CAST() instead of ERR_PTR(PTR_ERR())
commit: 898df2447b9ee8d759e85d33087505d3905bf2f0

Best regards,
--
Jens Axboe