From: Alex Elder Date: Fri, 26 Apr 2013 14:43:47 +0000 (-0500) Subject: rbd: make rbd_dev_destroy() match rbd_dev_create() X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~26^2~47 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f5dffdc8f5dbc16493566b6aac59f275d5cb3f9;p=pandora-kernel.git rbd: make rbd_dev_destroy() match rbd_dev_create() Currently, rbd_dev_destroy() does more than just the inverse of what rbd_dev_create() does. Stop doing that, and move the two extra things it does into the three call sites. Signed-off-by: Alex Elder Reviewed-by: Josh Durgin --- Reading git-diff-tree failed