Ilya Dryomov
13d1ad16d0
libceph: move message allocation out of ceph_osdc_alloc_request()
...
The size of ->r_request and ->r_reply messages depends on the size of
the object name (ceph_object_id), while the size of ceph_osd_request is
fixed. Move message allocation into a separate function that would
have to be called after ceph_object_id and ceph_object_locator (which
is also going to become variable in size with RADOS namespaces) have
been filled in:
req = ceph_osdc_alloc_request(...);
<fill in req->r_base_oid>
<fill in req->r_base_oloc>
ceph_osdc_alloc_messages(req);
Signed-off-by: Ilya Dryomov <idryomov@gmail.com >
2016-05-26 00:36:21 +02:00
..
2016-05-26 00:36:21 +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-17 12:50:55 -07:00
2016-03-17 15:09:34 -07:00
2016-03-23 06:09:15 -07:00
2016-03-17 21:51:52 -07:00
2016-04-04 10:41:08 -07:00
2016-03-17 15:09:34 -07:00
2016-03-29 11:52:11 +02:00
2016-03-15 16:55:16 -07:00
2016-04-04 10:41:08 -07:00
2016-04-04 10:41:08 -07:00
2016-03-20 09:34:02 -06: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-17 15:09:34 -07: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-19 11:03:49 +01:00
2016-03-20 13:28:18 -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-03-17 15:09:34 -07:00
2016-04-07 17:22:20 -07:00
2016-04-12 10:25:30 -07:00
2016-03-19 18:52:29 -07:00
2016-03-25 16:37:42 -07:00
2016-03-17 15:09:34 -07:00
2016-05-02 13:01:51 -07:00
2016-03-17 15:09:34 -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-03-16 17:45:56 -07:00
2016-04-26 11:47:41 -04:00
2016-03-17 22:13:41 -07: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-03-18 18:10:38 -07:00
2016-03-17 15:09:34 -07:00
2016-03-17 09:45:10 +01:00
2016-04-23 13:53:03 +02:00
2016-03-17 15:09:34 -07:00
2016-03-17 13:47:50 -07:00
2016-03-20 16:47:13 -04:00
2016-04-04 10:41:08 -07:00
2016-05-12 15:52:50 -07:00
2016-03-17 15:09:34 -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-03-17 14:57:16 -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-03-17 15:09:34 -07:00
2016-03-17 15:09:34 -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-03-17 02:32:04 +01:00
2016-04-14 09:01:47 -06:00
2016-03-17 15:09:34 -07:00
2016-03-17 15:09:34 -07:00
2016-03-17 15:09:34 -07: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-17 15:09:34 -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-03-17 15:09:34 -07:00
2016-05-12 15:52:50 -07:00
2016-04-20 20:31:14 -07:00
2016-03-17 15:09:34 -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
2016-03-17 15:09:34 -07:00
2016-03-16 21:11:19 +01:00