Btrfs: Test code to change the order of delayed-ref processing
authorArne Jansen <sensille@gmx.net>
Mon, 12 Sep 2011 10:22:57 +0000 (12:22 +0200)
committerJan Schmidt <list.btrfs@jan-o-sch.net>
Tue, 10 Jul 2012 13:14:44 +0000 (15:14 +0200)
Normally delayed refs get processed in ascending bytenr order. This
correlates in most cases to the order added. To expose dependencies
on this order, we start to process the tree in the middle instead of
the beginning.
This code is only effective when SCRAMBLE_DELAYED_REFS is defined.

Signed-off-by: Arne Jansen <sensille@gmx.net>

No differences found