commit | 5133ba8f15911e98567cdb6b767be8080a636b0b | [log] [tgz] |
---|---|---|
author | Ilya Dryomov <idryomov@gmail.com> | Wed Jun 10 14:41:30 2020 +0200 |
committer | Ilya Dryomov <idryomov@gmail.com> | Mon Aug 03 11:03:01 2020 +0200 |
tree | aac62c0ed7a3605bca9f255ed25603dbfe914951 | |
parent | bcf876870b95592b52519ed4aafcf9d95999bc9c [diff] |
libceph: use target_copy() in send_linger() Instead of copying just oloc, oid and flags, copy the entire linger target. This is more for consistency than anything else, as send_linger() -> submit_request() -> __submit_request() sends the request regardless of what calc_target() says (i.e. both on CALC_TARGET_NO_ACTION and CALC_TARGET_NEED_RESEND). Signed-off-by: Ilya Dryomov <idryomov@gmail.com> Reviewed-by: Jeff Layton <jlayton@kernel.org>