Re: [PATCH 2/3] jbd2: remove unused transaction->t_private_list
From: Matthew Wilcox
Date: Tue Dec 17 2024 - 13:10:26 EST
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.