Linux Btrfs filesystem development
 help / color / mirror / Atom feed
* [PATCH 0/5] Low risc cleanups
@ 2020-09-18  9:15 Nikolay Borisov
  2020-09-18  9:15 ` [PATCH 1/5] btrfs: Clean BTRFS_I usage in btrfs_destroy_inode Nikolay Borisov
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Nikolay Borisov @ 2020-09-18  9:15 UTC (permalink / raw)
  To: linux-btrfs; +Cc: Nikolay Borisov

Here's an assortment of cleanups - mainly dealing with removing redundant
arguments of some functions. Pretty self-explanatory.

Nikolay Borisov (5):
  btrfs: Clean BTRFS_I usage in btrfs_destroy_inode
  btrfs: Switch btrfs_remove_ordered_extent to btrfs_inode
  btrfs: Sink inode argument in insert_ordered_extent_file_extent
  btrfs: Remove inode argument from add_pending_csums
  btrfs: Remove inode argument from btrfs_start_ordered_extent

 fs/btrfs/file.c         |  3 +-
 fs/btrfs/inode.c        | 67 ++++++++++++++++++++---------------------
 fs/btrfs/ioctl.c        |  2 +-
 fs/btrfs/ordered-data.c | 22 ++++++--------
 fs/btrfs/ordered-data.h |  5 ++-
 5 files changed, 47 insertions(+), 52 deletions(-)

--
2.17.1


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

end of thread, other threads:[~2020-09-18 12:09 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-18  9:15 [PATCH 0/5] Low risc cleanups Nikolay Borisov
2020-09-18  9:15 ` [PATCH 1/5] btrfs: Clean BTRFS_I usage in btrfs_destroy_inode Nikolay Borisov
2020-09-18  9:15 ` [PATCH 2/5] btrfs: Switch btrfs_remove_ordered_extent to btrfs_inode Nikolay Borisov
2020-09-18  9:15 ` [PATCH 3/5] btrfs: Sink inode argument in insert_ordered_extent_file_extent Nikolay Borisov
2020-09-18  9:15 ` [PATCH 4/5] btrfs: Remove inode argument from add_pending_csums Nikolay Borisov
2020-09-18  9:15 ` [PATCH 5/5] btrfs: Remove inode argument from btrfs_start_ordered_extent Nikolay Borisov
2020-09-18 12:07 ` [PATCH 0/5] Low risc cleanups David Sterba

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox