[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <168390417460.869582.2878039069012872149.b4-ty@kernel.dk>
Date: Fri, 12 May 2023 09:09:34 -0600
From: Jens Axboe <axboe@...nel.dk>
To: josef@...icpanda.com, Ivan Orlov <ivan.orlov0322@...il.com>
Cc: linux-block@...r.kernel.org, nbd@...er.debian.org,
linux-kernel@...r.kernel.org, skhan@...uxfoundation.org,
himadrispandya@...il.com,
linux-kernel-mentees@...ts.linuxfoundation.org
Subject: Re: [PATCH] nbd: Fix debugfs_create_dir error checking
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
Powered by blists - more mailing lists