]> Pileus Git - ~andy/linux/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>
Thu, 17 Jan 2013 21:52:02 +0000 (15:52 -0600)
commit07b2391fbbcefdecbc2f16321f8e454802e0b926
tree028edce85ea8129fb2a9c44a91c93d4a8ed05d92
parent4775618d9255c0c135580bbee8bee6815f8194cf
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>
drivers/block/rbd.c