[PATCH v2 0/3] Minor cleanups to ext4 and jbd2

Kemeng Shi posted 3 patches 12 months ago
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(-)
[PATCH v2 0/3] Minor cleanups to ext4 and jbd2
Posted by Kemeng Shi 12 months ago
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
Re: [PATCH v2 0/3] Minor cleanups to ext4 and jbd2
Posted by Theodore Ts'o 10 months, 1 week ago
On Wed, 18 Dec 2024 22:54:11 +0800, Kemeng Shi wrote:
> 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().
> 
> [...]

Applied, thanks!

[1/3] ext4: remove unused ext4 journal callback
      commit: fa1008e3df6220368b8ea3b004eca501ed546973
[2/3] jbd2: remove unused transaction->t_private_list
      commit: 06b9e91425b26b5e782f82a043a3f6c6354947c2
[3/3] ext4: remove unneeded forward declaration
      commit: 5e22ff3bc9358f994e65c870e2c4a8002ba81791

Best regards,
-- 
Theodore Ts'o <tytso@mit.edu>