block/raw_bsd: Drop raw_is_inserted()
commit1354c473789a91ba603d40bdf2521e3221c0a69f
authorMax Reitz <mreitz@redhat.com>
Mon, 19 Oct 2015 15:53:14 +0000 (19 17:53 +0200)
committerKevin Wolf <kwolf@redhat.com>
Fri, 23 Oct 2015 16:18:23 +0000 (23 18:18 +0200)
tree7bc0224c482c31fabd0c49ea1a8633389a28e874
parent28d7a78996ae73e681d0e061a4be446ed2240c97
block/raw_bsd: Drop raw_is_inserted()

With the new automatically-recursive implementation of
bdrv_is_inserted() checking by default whether all the children of a BDS
are inserted, we can drop raw's own implementation.

Signed-off-by: Max Reitz <mreitz@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Alberto Garcia <berto@igalia.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block/raw_bsd.c