All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] btrfs: simple cleanup around
@ 2026-05-03  9:47 Qu Wenruo
  2026-05-03  9:47 ` [PATCH 1/2] btrfs: unexport and move extent_invalidate_folio() Qu Wenruo
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Qu Wenruo @ 2026-05-03  9:47 UTC (permalink / raw)
  To: linux-btrfs

The first patch moves and unexport the function.

The second one open-codes the function into the only caller, and
replaces remove the need for @offset/@length usage.

Qu Wenruo (2):
  btrfs: unexport and move extent_invalidate_folio()
  btrfs: simplify the btree folio wait during invalidation

 fs/btrfs/disk-io.c   | 30 +++++++++++++++++++++++++++---
 fs/btrfs/extent_io.c | 32 --------------------------------
 fs/btrfs/extent_io.h |  2 --
 3 files changed, 27 insertions(+), 37 deletions(-)

-- 
2.54.0


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

end of thread, other threads:[~2026-05-04 13:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-03  9:47 [PATCH 0/2] btrfs: simple cleanup around Qu Wenruo
2026-05-03  9:47 ` [PATCH 1/2] btrfs: unexport and move extent_invalidate_folio() Qu Wenruo
2026-05-03  9:47 ` [PATCH 2/2] btrfs: simplify the btree folio wait during invalidation Qu Wenruo
2026-05-04 13:22 ` [PATCH 0/2] btrfs: simple cleanup around David Sterba

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.