From: Alex Elder Date: Fri, 26 Apr 2013 20:44:36 +0000 (-0500) Subject: rbd: kill __rbd_remove() X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~26^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b480815a17bc6bfe85d4931c53e5a8fded7f889e;p=pandora-kernel.git rbd: kill __rbd_remove() The function __rbd_remove() is used in two spots, and it's fairly simple. It combines cleanup of part of the ceph-side state as well as cleaning up the Linux-side state. Just open code it in the two callers and eliminate the function. Signed-off-by: Alex Elder Reviewed-by: Josh Durgin --- Reading git-diff-tree failed