sheepdog: make add_aio_request and send_aioreq void functions
authorMORITA Kazutaka <morita.kazutaka@lab.ntt.co.jp>
Thu, 24 Oct 2013 07:01:16 +0000 (16:01 +0900)
committerKevin Wolf <kwolf@redhat.com>
Wed, 30 Oct 2013 11:22:15 +0000 (12:22 +0100)
commita37dcdf9aea8e19fcec6b1c5aa2c27c325fc4644
tree7f93166724427dde73fb2d22b155ff4a3dca5d33
parent011603cacf1cae9212453efd82ec908cd42ce466
sheepdog: make add_aio_request and send_aioreq void functions

These functions no longer return errors.  We can make them void
functions and simplify the codes.

Signed-off-by: MORITA Kazutaka <morita.kazutaka@lab.ntt.co.jp>
Tested-by: Liu Yuan <namei.unix@gmail.com>
Reviewed-by: Liu Yuan <namei.unix@gmail.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block/sheepdog.c