Re: [PATCH] btrfs: use PTR_ERR_OR_ZERO() to simplify code

From: David Sterba
Date: Tue Aug 12 2025 - 07:31:10 EST


On Tue, Aug 12, 2025 at 04:25:54PM +0800, Xichao Zhao wrote:
> Use the standard error pointer macro to shorten the code and simplify.
>
> Signed-off-by: Xichao Zhao <zhao.xichao@xxxxxxxx>

Added to for-next, thanks.