From: Dave Chinner Date: Tue, 19 Jan 2010 23:47:39 +0000 (+1100) Subject: xfs: xfs_buf_iomove() doesn't care about signedness X-Git-Tag: v2.6.34-rc1~278^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9c48649577dfc4a8c263c106d518effa24ea54b;p=pandora-kernel.git xfs: xfs_buf_iomove() doesn't care about signedness xfs_buf_iomove() uses xfs_caddr_t as it's parameter types, but it doesn't care about the signedness of the variables as it is just copying the data. Change the prototype to use void * so that we don't get sign warnings at call sites. Signed-off-by: Dave Chinner Reviewed-by: Christoph Hellwig --- Reading git-diff-tree failed