commit | 7097f8df6e679207c949673d2959505b59a1a30e | [log] [tgz] |
---|---|---|
author | Alex Elder <elder@inktank.com> | Tue Apr 30 00:44:33 2013 -0500 |
committer | Sage Weil <sage@inktank.com> | Wed May 01 21:20:14 2013 -0700 |
tree | dd3a8dea7e00873493c32b1c3ebe8968bffc10c7 | |
parent | b21ebdddeb2aa86677dc7d0e3cf6918cac08f92c [diff] |
rbd: get rid of some version parameters Several functions in rbd have parameters meant to allow the version of an object to be passed in or out. The purpose of those was to allow the version of a header object to be maintained, but we no longer do that. As a result, these parameters are never actually needed or used, so get rid of them. Signed-off-by: Alex Elder <elder@inktank.com> Reviewed-by: Josh Durgin <josh.durgin@inktank.com>