libceph: add non-asserting rbtree insertion helper
authorIlya Dryomov <idryomov@gmail.com>
Tue, 19 May 2020 14:46:47 +0000 (16:46 +0200)
committerIlya Dryomov <idryomov@gmail.com>
Mon, 1 Jun 2020 11:22:53 +0000 (13:22 +0200)
commit8a4b863c876d9f135fa00cfe65774c3740970303
treef950bd398ae0ef9110530e0d7b20ec421f86b3f2
parente64f44a884657358812e6c057957be546db03cbe
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>
include/linux/ceph/libceph.h
net/ceph/osdmap.c