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: <20241224202707.1530558-1-shikemeng@huaweicloud.com> Date: Wed, 25 Dec 2024 04:27:01 +0800 From: Kemeng Shi <shikemeng@...weicloud.com> To: tytso@....edu, jack@...e.com Cc: linux-ext4@...r.kernel.org, linux-kernel@...r.kernel.org Subject: [PATCH 0/6] Minor cleanups to jbd2 This series contains some random minor cleanups to jbd2. No funtional change is intended. More details can be found in respective patches. Thanks. Kemeng Shi (6): jbd2: remove unused h_jdata flag of handle jbd2: remove unused return value of jbd2_journal_cancel_revoke jbd2: remove unused return value of do_readahead jbd2: remove stale comment of update_t_max_wait jbd2: correct stale function name in comment jbd2: Correct stale comment of release_buffer_page fs/jbd2/commit.c | 4 ++-- fs/jbd2/recovery.c | 11 +++-------- fs/jbd2/revoke.c | 13 +++++-------- fs/jbd2/transaction.c | 3 +-- include/linux/jbd2.h | 4 +--- 5 files changed, 12 insertions(+), 23 deletions(-) -- 2.30.0
Powered by blists - more mailing lists