Re: [PATCH 2/2] rbd: do all argument parsing in one place

2012-10-29 Thread Josh Durgin
Reviewed-by: Josh Durgin On 10/26/2012 03:55 PM, Alex Elder wrote: This patch makes rbd_add_parse_args() be the single place all argument parsing occurs for an image map request: - Move the ceph_parse_options() call into that function - Use local variables rather than parameters to ho

[PATCH 2/2] rbd: do all argument parsing in one place

2012-10-26 Thread Alex Elder
This patch makes rbd_add_parse_args() be the single place all argument parsing occurs for an image map request: - Move the ceph_parse_options() call into that function - Use local variables rather than parameters to hold the list of monitor addresses supplied - Rather than returni