All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Open code btrfs_ordered_inode_tree in btrfs_inode
@ 2023-09-29 18:52 David Sterba
  2023-09-29 18:52 ` [PATCH 1/2] btrfs: open " David Sterba
  2023-09-29 18:52 ` [PATCH 2/2] btrfs: reorder btrfs_inode to fill gaps David Sterba
  0 siblings, 2 replies; 3+ messages in thread
From: David Sterba @ 2023-09-29 18:52 UTC (permalink / raw)
  To: linux-btrfs; +Cc: David Sterba

The structure btrfs_ordered_inode_tree can be open coded, namely to get
rid of the hole that in turn appears in btrfs_inode.

David Sterba (2):
  btrfs: open code btrfs_ordered_inode_tree in btrfs_inode
  btrfs: reorder btrfs_inode to fill gaps

 fs/btrfs/btrfs_inode.h  |  20 ++++---
 fs/btrfs/inode.c        |   8 ++-
 fs/btrfs/ordered-data.c | 122 ++++++++++++++++++----------------------
 fs/btrfs/ordered-data.h |  15 -----
 fs/btrfs/tree-log.c     |   4 +-
 5 files changed, 72 insertions(+), 97 deletions(-)

-- 
2.41.0


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

end of thread, other threads:[~2023-09-29 18:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-29 18:52 [PATCH 0/2] Open code btrfs_ordered_inode_tree in btrfs_inode David Sterba
2023-09-29 18:52 ` [PATCH 1/2] btrfs: open " David Sterba
2023-09-29 18:52 ` [PATCH 2/2] btrfs: reorder btrfs_inode to fill gaps 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.