iotests: Rename filter_nbd to _filter_nbd in 083
commit05d0fce49722dd18803a70f00a2ecb1ae92d98d3
authorMax Reitz <mreitz@redhat.com>
Mon, 25 Jan 2016 18:41:09 +0000 (25 19:41 +0100)
committerMax Reitz <mreitz@redhat.com>
Tue, 2 Feb 2016 16:49:42 +0000 (2 17:49 +0100)
tree4ca5dab0ab520e51de87246f8f518f91aed4c61a
parentd3780c2dce2c452759ee9d94f9d824cf14cc3ab8
iotests: Rename filter_nbd to _filter_nbd in 083

In the patch after the next, this function is moved to common.filter.
Therefore, its name should be preceded by an underscore to signify its
global availability.

To keep the code motion patch clean, we cannot rename it in the same
patch, so we need to choose some order of renaming vs. motion. It is
better to keep a supposedly global function used by only a single test
in that test than to keep a supposedly local function in a common* file
and use it from a test, so we should rename the function before moving
it.

Signed-off-by: Max Reitz <mreitz@redhat.com>
Reviewed-by: John Snow <jsnow@redhat.com>
Reviewed-by: Fam Zheng <famz@redhat.com>
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
tests/qemu-iotests/083