block: Rename bdrv_inherited_options()
commitb054ff73547b6e032bde1e98c9a4f8240ce9dd30
authorMax Reitz <mreitz@redhat.com>
Wed, 13 May 2020 11:05:19 +0000 (13 13:05 +0200)
committerKevin Wolf <kwolf@redhat.com>
Mon, 18 May 2020 17:05:25 +0000 (18 19:05 +0200)
tree5c9ae84897bf2c5cb9beb8f1fccf1dec0f4840db
parent3cdc69d31b49bed603adc973cf06ac898a9b2914
block: Rename bdrv_inherited_options()

The other two .inherit_options implementations specify exactly for what
case they are used in their name, so do it for this one as well.

(The actual intention behind this patch is to follow it up with a
generic bdrv_inherited_options() that works for all three cases.)

Signed-off-by: Max Reitz <mreitz@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Message-Id: <20200513110544.176672-10-mreitz@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block.c