]> git.apps.os.sepia.ceph.com Git - ceph-client.git/commit
rbd: drop flags parameter from rbd_req_sync_exec()
authorAlex Elder <elder@inktank.com>
Fri, 9 Nov 2012 14:43:16 +0000 (08:43 -0600)
committerAlex Elder <elder@inktank.com>
Mon, 19 Nov 2012 23:37:49 +0000 (17:37 -0600)
commit8aef14db79f13cad62a2a20b3ca24a0577f1c2f4
treeca650a0b6e54cdfc4532d4ab27b7a0901a9c35cf
parentfe632b849439ef4d45b0adbb4ea5c737ed4c1f27
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>
drivers/block/rbd.c