commit | 07b2391fbbcefdecbc2f16321f8e454802e0b926 | [log] [tgz] |
---|---|---|
author | Alex Elder <elder@inktank.com> | Fri Nov 09 08:43:16 2012 -0600 |
committer | Alex Elder <elder@inktank.com> | Thu Jan 17 15:52:02 2013 -0600 |
tree | 028edce85ea8129fb2a9c44a91c93d4a8ed05d92 | |
parent | 4775618d9255c0c135580bbee8bee6815f8194cf [diff] |
rbd: drop flags parameter from rbd_req_sync_exec() All callers of rbd_req_sync_exec() pass CEPH_OSD_FLAG_READ as their flags argument. Delete that parameter and use CEPH_OSD_FLAG_READ within the function. If we find a need to support write operations we can add it back again. Signed-off-by: Alex Elder <elder@inktank.com> Reviewed-by: Josh Durgin <josh.durgin@inktank.com>