]> git.karo-electronics.de Git - karo-tx-linux.git/commit
rbd: pass and populate rbd_options structure
authorAlex Elder <elder@inktank.com>
Fri, 26 Oct 2012 04:34:41 +0000 (23:34 -0500)
committerAlex Elder <elder@inktank.com>
Tue, 30 Oct 2012 13:34:29 +0000 (08:34 -0500)
commit4e9afeba7aa9ca925a79d9ce82f1a8e79e14c291
treed3abf30668d74c4e3cc92fc4e427aeec989a4475
parent819d52bf72b61a8455024ff7863eed5d681e73c7
rbd: pass and populate rbd_options structure

Have the caller pass the address of an rbd_options structure to
rbd_add_parse_args(), to be initialized with the information
gleaned as a result of the parse.

I know, this is another near-reversal of a recent change...

Signed-off-by: Alex Elder <elder@inktank.com>
Reviewed-by: Josh Durgin <josh.durgin@inktank.com>
drivers/block/rbd.c