linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Misc cleanups to cached extent
@ 2018-05-04  7:47 Nikolay Borisov
  2018-05-04  7:47 ` [PATCH 1/3] btrfs-progs: Remove devid parameter from btrfs_rmap_block Nikolay Borisov
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Nikolay Borisov @ 2018-05-04  7:47 UTC (permalink / raw)
  To: linux-btrfs; +Cc: Nikolay Borisov

Here are a couple of cleanups I stumbled upon while looking at the freespace 
validation code. The first one simplifies btrfs_rmap_block that has an unused 
parameter. The next 2 patches cleanup the cache_extent apis since they provide
more than we are actually using (or have ever used).

Nikolay Borisov (3):
  btrfs-progs: Remove devid parameter from btrfs_rmap_block
  btrfs-progs: Remove add_cache_extent2
  btrfs-progs: Remove objectid argument from alloc_cache_extent

 check/main.c   |  2 +-
 extent-cache.c | 21 ++++-----------------
 extent-cache.h |  2 --
 extent-tree.c  | 10 +++++-----
 volumes.c      |  7 ++-----
 volumes.h      |  4 ++--
 6 files changed, 14 insertions(+), 32 deletions(-)

-- 
2.7.4


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

end of thread, other threads:[~2018-05-08 17:10 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-04  7:47 [PATCH 0/3] Misc cleanups to cached extent Nikolay Borisov
2018-05-04  7:47 ` [PATCH 1/3] btrfs-progs: Remove devid parameter from btrfs_rmap_block Nikolay Borisov
2018-05-04  7:47 ` [PATCH 2/3] btrfs-progs: Remove add_cache_extent2 Nikolay Borisov
2018-05-04  7:47 ` [PATCH 3/3] btrfs-progs: Remove objectid argument from alloc_cache_extent Nikolay Borisov
2018-05-04  8:54 ` [PATCH 0/3] Misc cleanups to cached extent Qu Wenruo
2018-05-08 17:07 ` 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).