Btrfs-progs: update rbtree libs
authorJosef Bacik <jbacik@fb.com>
Fri, 10 Oct 2014 20:57:09 +0000 (16:57 -0400)
committerDavid Sterba <dsterba@suse.cz>
Tue, 14 Oct 2014 08:39:40 +0000 (10:39 +0200)
commit2ba12173d59af0b3f8885494eae9efbe15d143d6
treea9ebce261161de1825204df3e9397f153b84ab1f
parentcdb9e22e292275237cbd93b9c4326382daff70f1
Btrfs-progs: update rbtree libs

While debugging a broken fs we were seeing hangs in the rb_erase loops.  The
rbtree was simple and wasn't corrupted so it appeared to be a bug in our rbtree
library.  Updating to the kernels latest rbtree code made the infinite loop go
away, so pull it back.  Thanks,

Signed-off-by: Josef Bacik <jbacik@fb.com>
Signed-off-by: David Sterba <dsterba@suse.cz>
kerncompat.h
rbtree.c
rbtree.h
rbtree_augmented.h [new file with mode: 0644]