blockdev: Promote several bitmap functions to non-static
authorEric Blake <eblake@redhat.com>
Wed, 13 May 2020 01:16:43 +0000 (20:16 -0500)
committerEric Blake <eblake@redhat.com>
Tue, 19 May 2020 15:32:14 +0000 (10:32 -0500)
commitc6996cf9a6c759c29919642be9a73ac64b38301b
treea5e73329adfbf47137d08fee8ebb3dd0f933b4eb
parentef893b5c84f3199d777e33966dc28839f71b1a5c
blockdev: Promote several bitmap functions to non-static

The next patch will split blockdev.c, which will require accessing
some previously-static functions from more than one .c file.  But part
of promoting a function to public is picking a naming scheme that does
not reek of exposing too many internals (two of the three functions
were named starting with 'do_').  To make future code motion easier,
perform the function rename and non-static promotion into its own
patch.

Signed-off-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Max Reitz <mreitz@redhat.com>
Message-Id: <20200513011648.166876-5-eblake@redhat.com>
Reviewed-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
blockdev.c
include/block/block_int.h