From: Alex Elder Date: Mon, 29 Apr 2013 04:32:34 +0000 (-0500) Subject: rbd: set up devices only for mapped images X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~26^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b536f69a3a589113992c32982bf2981c8225c9da;p=pandora-kernel.git rbd: set up devices only for mapped images Stop setting up Linux devices during the image probe operation. Instead, set up the devices as a separate step after the image probe, in rbd_add(). A consequence of this is that only mapped images get devices assigned to them, which is pretty sweet. This resolves: http://tracker.ceph.com/issues/4774 Signed-off-by: Alex Elder Reviewed-by: Josh Durgin --- Reading git-diff-tree failed