Re: [PATCH] hfsplus: Fix code typo

From: Harald Arnesen
Date: Sun Jul 24 2022 - 07:06:32 EST



Matthew Wilcox [22/07/2022 23.32]:

On Sat, Jul 23, 2022 at 03:51:33AM +0800, Xin Gao wrote:
The double `free' is duplicated in line 498, remove one.

This is wrong. The intended meaning here is "trying to free bnode
which is already free". Please don't send patches for code you don't
understand.

Perhaps inserting an "a" in the message would make it clearer?
(pr_crit("trying to free a free bnode ")
--
Hilsen Harald