commit | b480815a17bc6bfe85d4931c53e5a8fded7f889e | [log] [tgz] |
---|---|---|
author | Alex Elder <elder@inktank.com> | Fri Apr 26 15:44:36 2013 -0500 |
committer | Sage Weil <sage@inktank.com> | Wed May 01 21:19:53 2013 -0700 |
tree | c7eb660756db8554fc95bf97fe55aaf155d9b3a2 | |
parent | d1cf5788450e1781f63a0626a854fe8309b32cb1 [diff] |
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 <elder@inktank.com> Reviewed-by: Josh Durgin <josh.durgin@inktank.com>