Files
linux/drivers/block
Ilya Dryomov e93aca0abb rbd: remove rbd_parent_request_{create,destroy}()
rbd_parent_request_create() takes a ref on obj_req for child_img_req.
There is no point in doing that because child_img_req is created on
behalf of obj_req -- obj_req is the initiator and can't be completed
before child_img_req.

Open-code the rest of rbd_parent_request_create() and remove it along
with rbd_parent_request_destroy().

Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
2018-04-02 10:12:44 +02:00
..
2018-01-17 08:41:07 -07:00
2017-09-26 07:41:22 -06:00
2018-03-01 08:41:27 -07:00
2017-02-20 12:16:15 +01:00
2017-08-18 08:45:29 -06:00