Re: [Qemu-devel] [PATCH] rbd: allow escaping in config string

2011-09-20 Thread Kevin Wolf
Am 19.09.2011 22:35, schrieb Sage Weil: > The config string is variously delimited by =, @, and /, depending on the > field. Allow these characters to be escaped by preceeding them with \. > > Signed-off-by: Sage Weil Thanks, applied to the block branch. Kevin

[Qemu-devel] [PATCH] rbd: allow escaping in config string

2011-09-19 Thread Sage Weil
The config string is variously delimited by =, @, and /, depending on the field. Allow these characters to be escaped by preceeding them with \. Signed-off-by: Sage Weil --- block/rbd.c | 29 +++-- 1 files changed, 27 insertions(+), 2 deletions(-) diff --git a/block/r