From: Alex Elder Date: Fri, 15 Feb 2013 17:42:29 +0000 (-0600) Subject: ceph: kill ceph_osdc_new_request() "num_reply" parameter X-Git-Tag: v3.9-rc1~41^2~21^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3bea47e8bdd51d921e5b2045720d60140612c7c;p=pandora-kernel.git ceph: kill ceph_osdc_new_request() "num_reply" parameter The "num_reply" parameter to ceph_osdc_new_request() is never used inside that function, so get rid of it. Note that ceph_sync_write() passes 2 for that argument, while all other callers pass 1. It doesn't matter, but perhaps someone should verify this doesn't indicate a problem. Signed-off-by: Alex Elder Reviewed-by: Josh Durgin --- Reading git-diff-tree failed