All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] More unnecessary argument cleanups
@ 2017-12-12 21:01 David Sterba
  2017-12-12 21:01 ` [PATCH 1/2] btrfs: add separate helper for unlock_extent_cached with GFP_ATOMIC David Sterba
  2017-12-12 21:01 ` [PATCH 2/2] btrfs: sink unlock_extent parameter gfp_flags David Sterba
  0 siblings, 2 replies; 3+ messages in thread
From: David Sterba @ 2017-12-12 21:01 UTC (permalink / raw)
  To: linux-btrfs; +Cc: David Sterba

Another step peeling off the unnecessary arguments, this time the
unlock_extent*.

David Sterba (2):
  btrfs: add separate helper for unlock_extent_cached with GFP_ATOMIC
  btrfs: sink unlock_extent parameter gfp_flags

 fs/btrfs/disk-io.c          |  2 +-
 fs/btrfs/extent_io.c        | 12 +++++-------
 fs/btrfs/extent_io.h        | 11 +++++++++--
 fs/btrfs/file.c             | 15 +++++++--------
 fs/btrfs/free-space-cache.c |  5 ++---
 fs/btrfs/inode.c            | 26 ++++++++++++--------------
 fs/btrfs/ioctl.c            |  7 +++----
 fs/btrfs/scrub.c            |  3 +--
 8 files changed, 40 insertions(+), 41 deletions(-)

-- 
2.15.1


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

end of thread, other threads:[~2017-12-12 21:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-12 21:01 [PATCH 0/2] More unnecessary argument cleanups David Sterba
2017-12-12 21:01 ` [PATCH 1/2] btrfs: add separate helper for unlock_extent_cached with GFP_ATOMIC David Sterba
2017-12-12 21:01 ` [PATCH 2/2] btrfs: sink unlock_extent parameter gfp_flags 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.