OSDN Git Service

libceph: drop need_resend from calc_target()
authorIlya Dryomov <idryomov@gmail.com>
Thu, 15 Jun 2017 14:30:54 +0000 (16:30 +0200)
committerIlya Dryomov <idryomov@gmail.com>
Fri, 7 Jul 2017 15:25:16 +0000 (17:25 +0200)
commit84ed45df4604ae9b1065b5fe2f250f57f7c69baf
tree392616a1ae7c40665892a0c0cece3bfd6d18c51c
parent8cb441c0545dfd4dafeedc1e2d7157e1072413ac
libceph: drop need_resend from calc_target()

Replace it with more fine-grained bools to separate updating
ceph_osd_request_target fields and the decision to resend.

Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
net/ceph/osd_client.c