Re: [Qemu-devel] [PATCH 2/3] block: make bdrv_find_node() static

2015-10-15 Thread Alberto Garcia
On Wed 14 Oct 2015 03:16:01 PM CEST, Jeff Cody wrote: > This patch does two things: it moves bdrv_find_node() up before the > first usage in block.c, and it makes the function static so that it > is only internal to block.c. > > Signed-off-by: Jeff Cody Reviewed-by: Alberto Garcia

[Qemu-devel] [PATCH 2/3] block: make bdrv_find_node() static

2015-10-14 Thread Jeff Cody
This patch does two things: it moves bdrv_find_node() up before the first usage in block.c, and it makes the function static so that it is only internal to block.c. Signed-off-by: Jeff Cody --- block.c | 30 +++--- include/block/block.h | 1 - 2 files chang