Re: [PATCH 2/3] jbd2: remove unused transaction->t_private_list
From: Kemeng Shi
Date: Tue Dec 17 2024 - 22:27:13 EST
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.