Ilya Dryomov
fcd00b68bb
libceph: DEFINE_RB_FUNCS macro
...
Given
struct foo {
u64 id;
struct rb_node bar_node;
};
generate insert_bar(), erase_bar() and lookup_bar() functions with
DEFINE_RB_FUNCS(bar, struct foo, id, bar_node)
The key is assumed to be an integer (u64, int, etc), compared with
< and >. nodefld has to be initialized with RB_CLEAR_NODE().
Start using it for MDS, MON and OSD requests and OSD sessions.
Signed-off-by: Ilya Dryomov <idryomov@gmail.com >
2016-05-26 00:36:23 +02:00
..
2016-05-26 00:36:23 +02:00
2016-03-23 06:06:45 -07:00
2016-03-28 10:36:30 +01:00
2016-04-21 15:02:40 -04:00
2016-04-29 17:07:54 -07:00
2016-03-28 17:57:45 +02:00
2016-03-24 19:57:15 -07:00
2016-03-23 06:09:15 -07:00
2016-04-04 10:41:08 -07:00
2016-03-29 11:52:11 +02:00
2016-04-04 10:41:08 -07:00
2016-04-04 10:41:08 -07:00
2016-04-04 10:41:08 -07:00
2016-04-28 17:29:45 -04:00
2016-03-25 11:37:57 -04:00
2016-04-04 10:41:08 -07:00
2016-03-22 15:36:02 -07:00
2016-04-25 15:45:14 -04:00
2016-03-22 15:36:02 -07:00
2016-05-09 11:54:29 -07:00
2016-03-25 19:10:03 +01:00
2016-03-22 15:36:02 -07:00
2016-04-25 15:45:14 -04:00
2016-03-22 15:36:02 -07:00
2016-05-10 23:55:01 -04:00
2016-03-23 06:06:45 -07:00
2016-04-26 15:47:32 -07:00
2016-03-20 18:58:18 -07:00
2016-04-04 10:41:08 -07:00
2016-03-25 08:48:31 -07:00
2016-04-01 14:33:46 -04:00
2016-04-07 17:22:20 -07:00
2016-04-12 10:25:30 -07:00
2016-03-25 16:37:42 -07:00
2016-05-02 13:01:51 -07:00
2016-04-28 19:34:04 -07:00
2016-05-03 16:00:54 -04:00
2016-03-25 16:37:42 -07:00
2016-03-22 15:36:02 -07:00
2016-04-05 13:25:12 +02:00
2016-04-26 11:47:41 -04:00
2016-03-25 16:37:42 -07:00
2016-03-22 15:36:02 -07:00
2016-03-24 10:52:25 -07:00
2016-05-09 12:15:03 -04:00
2016-03-22 15:36:02 -07:00
2016-04-23 13:53:03 +02:00
2016-04-04 10:41:08 -07:00
2016-05-12 15:52:50 -07:00
2016-05-10 23:56:28 -04:00
2016-05-01 21:34:01 -04:00
2016-05-06 18:25:26 -04:00
2016-04-04 10:41:08 -07:00
2016-04-04 10:41:08 -07:00
2016-03-23 12:34:17 +01:00
2016-03-21 19:30:06 -04:00
2016-04-27 23:40:02 +02:00
2016-03-25 16:37:42 -07:00
2016-05-05 17:38:53 -07:00
2016-04-04 10:41:08 -07:00
2016-04-15 13:00:11 -05:00
2016-03-24 10:02:14 -07:00
2016-04-14 09:01:47 -06:00
2016-04-14 21:14:03 -04:00
2016-03-22 15:36:02 -07:00
2016-03-22 15:36:02 -07:00
2016-03-22 15:36:02 -07:00
2016-03-29 11:52:11 +02:00
2016-04-14 12:56:09 -07:00
2016-03-25 16:37:42 -07:00
2016-03-25 16:37:42 -07:00
2016-03-25 16:37:42 -07:00
2016-03-25 16:37:42 -07:00
2016-04-01 14:38:59 -04:00
2016-05-12 15:52:50 -07:00
2016-04-20 20:31:14 -07:00
2016-03-24 10:52:25 -07:00
2016-04-26 15:47:32 -07:00
2016-04-08 19:46:28 -04:00
2016-04-13 12:02:28 -07:00