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