[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <a659421b-b05b-c009-a8df-c0f5dfda18b9@huaweicloud.com>
Date: Wed, 18 Dec 2024 11:26:48 +0800
From: Kemeng Shi <shikemeng@...weicloud.com>
To: Matthew Wilcox <willy@...radead.org>
Cc: tytso@....edu, adilger.kernel@...ger.ca, jack@...e.com,
dennis.lamerice@...il.com, linux-doc@...r.kernel.org,
linux-kernel@...r.kernel.org, linux-ext4@...r.kernel.org
Subject: Re: [PATCH 2/3] jbd2: remove unused transaction->t_private_list
on 12/18/2024 2:02 AM, Matthew Wilcox wrote:
> On Tue, Dec 17, 2024 at 08:03:55PM +0800, Kemeng Shi wrote:
>> +++ b/Documentation/filesystems/journalling.rst
>> @@ -112,8 +112,6 @@ so that you can do some of your own management. You ask the journalling
>> layer for calling the callback by simply setting
>> ``journal->j_commit_callback`` function pointer and that function is
>> called after each transaction commit. You can also use
>> -``transaction->t_private_list`` for attaching entries to a transaction
>> -that need processing when the transaction commits.
>
> I think this also needs:
>
> -called after each transaction commit. You can also use
> +called after each transaction commit.
>
Sure, thanks for correcting. Will fix in next version.
Powered by blists - more mailing lists