server: fix missing ETA in some cases
authorJens Axboe <axboe@fb.com>
Wed, 19 Nov 2014 16:34:01 +0000 (09:34 -0700)
committerJens Axboe <axboe@fb.com>
Wed, 19 Nov 2014 16:34:01 +0000 (09:34 -0700)
commit256bc54c13ba8b37eb0e08fdbbd1bbbcfe8a86cc
treef11ba99acba66f255c5d3b9ea1c6bc24f3f47408
parent796fb3ce83f0f890b8d5fb9c39b5524a6225e88c
server: fix missing ETA in some cases

If we get an ETA request from the client, we pass in 'force' to
ignore any time constraints. But we fail to pass the force through,
so we can fail sending the requested ETA and the client just looks
like nothing is running even though it is.

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