block: Do not export bdrv_first
commitb66460e4e938910b0e5495e6d3d7b2d5b3cf9c99
authorStefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Fri, 9 Apr 2010 14:22:13 +0000 (9 15:22 +0100)
committerKevin Wolf <kwolf@redhat.com>
Fri, 23 Apr 2010 14:21:57 +0000 (23 16:21 +0200)
tree6a48d5a93b0a06419c41b7f3a8c0e5ea05adb234
parent763b6084baaf7d4e8b93f8b74f23a37b2fdb4eb4
block: Do not export bdrv_first

The bdrv_first linked list of BlockDriverStates is currently extern so
that block migration can iterate the list.  However, since there is
already a bdrv_iterate() function there is no need to expose bdrv_first.

Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block-migration.c
block.c
block_int.h