From: Alex Elder Date: Fri, 9 Nov 2012 14:43:16 +0000 (-0600) Subject: rbd: drop flags parameter from rbd_req_sync_exec() X-Git-Tag: v3.9-rc1~41^2~21^2~59^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07b2391fbbcefdecbc2f16321f8e454802e0b926;p=pandora-kernel.git 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 Reviewed-by: Josh Durgin --- Reading git-diff-tree failed