linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/2] clean up iget_path, read_locked_inode
@ 2024-08-21 21:31 Leo Martins
  2024-08-21 21:31 ` [PATCH v3 1/2] btrfs: move path allocation to btrfs_iget_path Leo Martins
  2024-08-21 21:31 ` [PATCH v3 2/2] btrfs: move cleanup code to read_locked_inode Leo Martins
  0 siblings, 2 replies; 3+ messages in thread
From: Leo Martins @ 2024-08-21 21:31 UTC (permalink / raw)
  To: linux-btrfs, kernel-team

The first patch moves the path allocation from
btrfs_read_locked_inode to btrfs_iget_path. It makes
more sense to handle a path allocation outside of 
read_locked_inode.

The second patch moves the clean up code from
btrfs_iget_path into btrfs_read_locked_inode 
simplifying btrfs_iget_path.

Leo Martins (2):
  btrfs: move path allocation to btrfs_iget_path
  btrfs: move cleanup code to read_locked_inode

 fs/btrfs/inode.c | 125 +++++++++++++++++++++++------------------------
 1 file changed, 62 insertions(+), 63 deletions(-)

-- 
2.43.5


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

end of thread, other threads:[~2024-08-21 21:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-21 21:31 [PATCH v3 0/2] clean up iget_path, read_locked_inode Leo Martins
2024-08-21 21:31 ` [PATCH v3 1/2] btrfs: move path allocation to btrfs_iget_path Leo Martins
2024-08-21 21:31 ` [PATCH v3 2/2] btrfs: move cleanup code to read_locked_inode Leo Martins

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).