quorum: Remove quorum_err()
authorAlberto Garcia <berto@igalia.com>
Wed, 17 Oct 2018 14:33:49 +0000 (17:33 +0300)
committerKevin Wolf <kwolf@redhat.com>
Mon, 5 Nov 2018 14:09:54 +0000 (15:09 +0100)
commit6840e8d8ae3c2f8efd76d9d01cce84d047132c7a
tree9df92facab401a35301d5930a18cb2315091052f
parent091901841af285f963ea80cd18d616fd0350ddbc
quorum: Remove quorum_err()

This is a static function with only one caller, so there's no need to
keep it. Inlining the code in quorum_compare() makes it much simpler.

Signed-off-by: Alberto Garcia <berto@igalia.com>
Reported-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block/quorum.c