Re: [PATCH] nbd: Fix debugfs_create_dir error checking

From: Jens Axboe
Date: Fri May 12 2023 - 11:09:43 EST



On Fri, 12 May 2023 17:05:32 +0400, Ivan Orlov wrote:
> The debugfs_create_dir function returns ERR_PTR in case of error, and the
> only correct way to check if an error occurred is 'IS_ERR' inline function.
> This patch will replace the null-comparison with IS_ERR.
>
>

Applied, thanks!

[1/1] nbd: Fix debugfs_create_dir error checking
commit: 4913cfcf014c95f0437db2df1734472fd3e15098

Best regards,
--
Jens Axboe