commit | 8a4b863c876d9f135fa00cfe65774c3740970303 | [log] [tgz] |
---|---|---|
author | Ilya Dryomov <idryomov@gmail.com> | Tue May 19 16:46:47 2020 +0200 |
committer | Ilya Dryomov <idryomov@gmail.com> | Mon Jun 01 13:22:53 2020 +0200 |
tree | f950bd398ae0ef9110530e0d7b20ec421f86b3f2 | |
parent | e64f44a884657358812e6c057957be546db03cbe [diff] |
libceph: add non-asserting rbtree insertion helper Needed for the next commit and useful for ceph_pg_pool_info tree as well. I'm leaving the asserting helper in for now, but we should look at getting rid of it in the future. Signed-off-by: Ilya Dryomov <idryomov@gmail.com> Reviewed-by: Jeff Layton <jlayton@kernel.org>