lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <Z2G8ujYUUDGSpbGl@casper.infradead.org> Date: Tue, 17 Dec 2024 18:02:34 +0000 From: Matthew Wilcox <willy@...radead.org> To: Kemeng Shi <shikemeng@...weicloud.com> 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 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.
Powered by blists - more mailing lists