commit | 4954aacea03884ff3880cafc0ad1eef435fdf73e | [log] [tgz] |
---|---|---|
author | Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com> | Wed Apr 28 18:18:01 2021 +0300 |
committer | Kevin Wolf <kwolf@redhat.com> | Fri Apr 30 12:27:48 2021 +0200 |
tree | f9665373934f84061851181cf9f9ae3777b2ee7b | |
parent | 25409807cfe3a961c8898b23de9eec61b068c6f8 [diff] |
block: inline bdrv_replace_child() bdrv_replace_child() has only one caller, the second argument is unused. Inline it now. This triggers deletion of some more unused interfaces. Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com> Reviewed-by: Kevin Wolf <kwolf@redhat.com> Message-Id: <20210428151804.439460-34-vsementsov@virtuozzo.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>