client: ignore SEND_ETA, if we can't fin a reply command
authorJens Axboe <axboe@fb.com>
Tue, 13 Sep 2016 15:08:00 +0000 (09:08 -0600)
committerJens Axboe <axboe@fb.com>
Tue, 13 Sep 2016 15:08:00 +0000 (09:08 -0600)
commit308d69b5d340577b7886696f39753b7ba5ae9e11
treee95acfee87081397d90c48525d0bfdcc6bd35ce4
parent247e54360a9dff433e815f91b500073fe3c1a820
client: ignore SEND_ETA, if we can't fin a reply command

This can happen if we time out a reply, but the the reply comes
in a bit later. For that case, we already decremented the ETA
count, so we should just ignore the late reply.

Signed-off-by: Jens Axboe <axboe@fb.com>
client.c