rbd_add_parse_args() parses options written to the "add" entry in /sys/bus/rbd/, but it does a mix of other things as well. This series rearranges things such that the only thing that function does is parse arguments, and encode the information found into some data structures that are used later for configuration and setting up new mapped rbd images. -Alex [PATCH 1/8] rbd: get rid of snap_name_len [PATCH 2/8] rbd: remove options args from rbd_add_parse_args() [PATCH 3/8] rbd: remove snap_name arg from rbd_add_parse_args() [PATCH 4/8] rbd: pass and populate rbd_options structure [PATCH 5/8] rbd: have rbd_add_parse_args() return error [PATCH 6/8] rbd: define image specification structure [PATCH 7/8] rbd: add reference counting to rbd_spec [PATCH 8/8] rbd: fill rbd_spec in rbd_add_parse_args() -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html