linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH -next v2 0/2] ext4: factor out ext4_free_ext_path()
@ 2022-09-24  2:12 Ye Bin
  2022-09-24  2:12 ` [PATCH -next v2 1/2] ext4: remove unnecessary drop path references in mext_check_coverage() Ye Bin
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Ye Bin @ 2022-09-24  2:12 UTC (permalink / raw)
  To: tytso, adilger.kernel, linux-ext4; +Cc: linux-kernel, jack, Ye Bin

Diff v2 vs v1:
1. Add one patch to remove unnecessary drop path references in
mext_check_coverage().
2. Make 'ext4_ext_drop_refs()' static in fs/ext4/extents.c.
3. Export non-inline 'ext4_free_ext_path()' API.

Ye Bin (2):
  ext4: remove unnecessary drop path references in mext_check_coverage()
  ext4: factor out ext4_free_ext_path()

 fs/ext4/ext4.h           |   2 +-
 fs/ext4/extents.c        | 107 ++++++++++++++++-----------------------
 fs/ext4/extents_status.c |   3 +-
 fs/ext4/fast_commit.c    |   6 +--
 fs/ext4/migrate.c        |   3 +-
 fs/ext4/move_extent.c    |  10 ++--
 fs/ext4/verity.c         |   6 +--
 7 files changed, 54 insertions(+), 83 deletions(-)

-- 
2.31.1


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-09-30  3:21 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-24  2:12 [PATCH -next v2 0/2] ext4: factor out ext4_free_ext_path() Ye Bin
2022-09-24  2:12 ` [PATCH -next v2 1/2] ext4: remove unnecessary drop path references in mext_check_coverage() Ye Bin
2022-09-26  8:15   ` Jan Kara
2022-09-24  2:12 ` [PATCH -next v2 2/2] ext4: factor out ext4_free_ext_path() Ye Bin
2022-09-26  8:16   ` Jan Kara
2022-09-30  3:19 ` [PATCH -next v2 0/2] " Theodore Ts'o

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).