From: Alex Elder Date: Thu, 10 May 2012 15:29:50 +0000 (-0500) Subject: ceph: messenger: change read_partial() to take "end" arg X-Git-Tag: v3.5-rc1~36^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd51653f78cf40a0516e521b6de22f329c5bad8d;p=pandora-kernel.git ceph: messenger: change read_partial() to take "end" arg Make the second argument to read_partial() be the ending input byte position rather than the beginning offset it now represents. This amounts to moving the addition "to + size" into the caller. Signed-off-by: Alex Elder Reviewed-by: Sage Weil --- Reading git-diff-tree failed