From: Alex Elder Date: Fri, 26 Apr 2013 04:15:08 +0000 (-0500) Subject: rbd: set snapshot id in rbd_dev_probe_update_spec() X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~26^2~52 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1d4213f090644b06aab6ea70e307ecf16182148;p=pandora-kernel.git rbd: set snapshot id in rbd_dev_probe_update_spec() Set the rbd spec's snapshot id for an image getting mapped in rbd_dev_probe_update_spec() rather than rbd_dev_set_mapping(). This is the more logical place for that to happen (even though it means we might look up the snapshot by name twice). Signed-off-by: Alex Elder Reviewed-by: Josh Durgin --- Reading git-diff-tree failed