linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] Function parameter reductions
@ 2017-07-14 18:30 David Sterba
  2017-07-14 18:30 ` [PATCH 1/4] btrfs: get fs_info from eb in btrfs_print_leaf, remove argument David Sterba
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: David Sterba @ 2017-07-14 18:30 UTC (permalink / raw)
  To: linux-btrfs; +Cc: David Sterba

David Sterba (4):
  btrfs: get fs_info from eb in btrfs_print_leaf, remove argument
  btrfs: get fs_info from eb in btrfs_print_tree, remove argument
  btrfs: cleanup types storing REQ_*
  btrfs: merge REQ_OP and REQ_ flags to one parameter in
    submit_extent_page

 fs/btrfs/ctree.c       | 14 +++++++-------
 fs/btrfs/disk-io.c     |  2 +-
 fs/btrfs/extent-tree.c |  6 +++---
 fs/btrfs/extent_io.c   | 24 ++++++++++++++----------
 fs/btrfs/inode.c       |  2 +-
 fs/btrfs/print-tree.c  | 10 ++++++----
 fs/btrfs/print-tree.h  |  4 ++--
 fs/btrfs/root-tree.c   |  2 +-
 8 files changed, 35 insertions(+), 29 deletions(-)

-- 
2.13.0


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

end of thread, other threads:[~2017-07-14 18:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-14 18:30 [PATCH 0/4] Function parameter reductions David Sterba
2017-07-14 18:30 ` [PATCH 1/4] btrfs: get fs_info from eb in btrfs_print_leaf, remove argument David Sterba
2017-07-14 18:30 ` [PATCH 2/4] btrfs: get fs_info from eb in btrfs_print_tree, " David Sterba
2017-07-14 18:30 ` [PATCH 3/4] btrfs: cleanup types storing REQ_* David Sterba
2017-07-14 18:30 ` [PATCH 4/4] btrfs: merge REQ_OP and REQ_ flags to one parameter in submit_extent_page David Sterba

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