commit | 88f878e58879acfdad03e08776c9802f9cd6f26a | [log] [tgz] |
---|---|---|
author | Mikulas Patocka <mpatocka@redhat.com> | Tue Jun 02 15:34:39 2020 +0200 |
committer | Mike Snitzer <snitzer@redhat.com> | Fri Jun 05 14:59:41 2020 -0400 |
tree | 0d79653d0744398d1b48e019237872b6b6b3994e | |
parent | 40e9c5ac4e3d670799a247944c330e5126935a7c [diff] |
dm bufio: clean up rbtree block ordering dm-bufio uses unnatural ordering in the rb-tree - blocks with smaller numbers were put to the right node and blocks with bigger numbers were put to the left node. Reverse that logic so that it's natural. Signed-off-by: Mikulas Patocka <mpatocka@redhat.com> Signed-off-by: Mike Snitzer <snitzer@redhat.com>