engines/nfs: remove commit hook
authorVincent Fu <vincentfu@gmail.com>
Tue, 12 Jul 2022 15:09:37 +0000 (15:09 +0000)
committerVincent Fu <vincentfu@gmail.com>
Fri, 22 Jul 2022 19:57:27 +0000 (15:57 -0400)
commitfbd4ab3846b65d0a2455a24ca5c1613d0ec3158a
tree106edcfd70cc0815abd7486e6de8a269b2d4cb26
parent98ab12629c6a98fb53e28a4a70f53ce594cca858
engines/nfs: remove commit hook

The nfs ioengine does not need a commit hook because requests are
already committed when the queue hook is called. The queue hook calls
nfs_{pread/pwrite}_async and there is no separate commit step necessary
for the IO to be fully submitted.

This change also allows submission latencies to be reported because the
commit hook was not setting the io_u's issue_time.

Signed-off-by: Vincent Fu <vincentfu@gmail.com>
engines/nfs.c