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: <20241218145414.1422946-1-shikemeng@huaweicloud.com> Date: Wed, 18 Dec 2024 22:54:11 +0800 From: Kemeng Shi <shikemeng@...weicloud.com> To: corbet@....net, tytso@....edu, adilger.kernel@...ger.ca, jack@...e.com Cc: dennis.lamerice@...il.com, linux-doc@...r.kernel.org, linux-kernel@...r.kernel.org, linux-ext4@...r.kernel.org Subject: [PATCH v2 0/3] Minor cleanups to ext4 and jbd2 v1->v2: -Collect RVB from Yi -Properly remove t_private_list from document. Patch 1 remove unused ext4 journal callback patch 2 remove transaction->t_private_list which is only used by ext4 journal callback Patch 3 remove unneeded forward declaration of ext4_destroy_lazyinit_thread(). More details can be found in respective patches. Thanks. Kemeng Shi (3): ext4: remove unused ext4 journal callback jbd2: remove unused transaction->t_private_list ext4: remove unneeded forward declaration Documentation/filesystems/journalling.rst | 4 +- fs/ext4/ext4_jbd2.h | 84 ----------------------- fs/ext4/super.c | 15 ---- fs/jbd2/transaction.c | 1 - include/linux/jbd2.h | 6 -- 5 files changed, 1 insertion(+), 109 deletions(-) -- 2.30.0
Powered by blists - more mailing lists