From: Alex Elder Date: Fri, 9 Nov 2012 14:43:16 +0000 (-0600) Subject: rbd: kill rbd_req_sync_op() snapc and snapid parameters X-Git-Tag: v3.9-rc1~41^2~21^2~59^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=25704ac9de30ac3e73c123e7b2734f7ca744c8d8;p=pandora-kernel.git rbd: kill rbd_req_sync_op() snapc and snapid parameters The snapc and snapid parameters to rbd_req_sync_op() always take the values NULL and CEPH_NOSNAP, respectively. So just get rid of them and use those values where needed. Signed-off-by: Alex Elder Reviewed-by: Josh Durgin --- Reading git-diff-tree failed