From: Alex Elder Date: Tue, 12 Mar 2013 04:34:22 +0000 (-0500) Subject: libceph: drop pages parameter X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~26^2~175 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28a89ddece39890c255a0c41baf622731a08c288;p=pandora-kernel.git libceph: drop pages parameter The value passed for "pages" in read_partial_message_pages() is always the pages pointer from the incoming message, which can be derived inside that function. So just get rid of the parameter. Signed-off-by: Alex Elder Reviewed-by: Josh Durgin --- Reading git-diff-tree failed