Change return type of td_io_commit() into void
authorBart Van Assche <bart.vanassche@wdc.com>
Tue, 17 Apr 2018 17:05:56 +0000 (10:05 -0700)
committerBart Van Assche <bart.vanassche@wdc.com>
Wed, 18 Apr 2018 20:25:30 +0000 (13:25 -0700)
commita80cb54b6df815c5121f84d5126e2550e5f259cc
tree53dda9bcc9d2c5198c4bb6b150c821952d9f0161
parentcbb8289d43ef6c822bceefecf7cb2ce6f203cfb5
Change return type of td_io_commit() into void

Since td_io_commit() always returns 0, change its return type from
int into void. This patch does not change any functionality.

Signed-off-by: Bart Van Assche <bart.vanassche@wdc.com>
backend.c
io_u.c
ioengines.c
ioengines.h