mbox series

[v2,0/2] xfs: refactor open-coded bmbt walks

Message ID 157232185555.594704.14846501683468956862.stgit@magnolia (mailing list archive)
Headers show
Series xfs: refactor open-coded bmbt walks | expand

Message

Darrick J. Wong Oct. 29, 2019, 4:04 a.m. UTC
Hi all,

These two patches refactor a couple of bmbt functions to use generic
btree code for counting blocks and reading extents into the incore tree,
instead of open-coding that.

If you're going to start using this mess, you probably ought to just
pull from my git trees, which are linked below.

This is an extraordinary way to destroy everything.  Enjoy!
Comments and questions are, as always, welcome.

--D

kernel git tree:
https://git.kernel.org/cgit/linux/kernel/git/djwong/xfs-linux.git/log/?h=bmap-refactor