From: Alex Elder Date: Wed, 6 Feb 2013 19:11:38 +0000 (-0600) Subject: libceph: use void pointers in page vector functions X-Git-Tag: v3.9-rc1~41^2~21^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b324814e8436772cb3367b14149ba003a9954525;p=pandora-kernel.git libceph: use void pointers in page vector functions The functions used for working with ceph page vectors are defined with char pointers, but they're really intended to operate on untyped data. Change the types of these function parameters to (void *) to reflect this. (Note that the functions now assume void pointer arithmetic works like arithmetic on char pointers.) Signed-off-by: Alex Elder Reviewed-by: Josh Durgin --- Reading git-diff-tree failed