On 08.05.2015 19:21, Kevin Wolf wrote:
The code already special-cased "node-name", which is currently the only option passed in the QDict that isn't driver-specific. Generalise the code to take all general block layer options into consideration.Signed-off-by: Kevin Wolf <kw...@redhat.com> --- block.c | 26 ++++++++++++++++++-------- 1 file changed, 18 insertions(+), 8 deletions(-)
Reviewed-by: Max Reitz <mre...@redhat.com>