[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20241217120356.1399443-1-shikemeng@huaweicloud.com>
Date: Tue, 17 Dec 2024 20:03:53 +0800
From: Kemeng Shi <shikemeng@...weicloud.com>
To: 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 0/3] Minor cleanups to ext4 and jbd2
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 | 2 -
fs/ext4/ext4_jbd2.h | 84 -----------------------
fs/ext4/super.c | 15 ----
fs/jbd2/transaction.c | 1 -
include/linux/jbd2.h | 6 --
5 files changed, 108 deletions(-)
--
2.30.0
Powered by blists - more mailing lists