From: Dave Chinner Date: Fri, 22 Jun 2012 08:50:09 +0000 (+1000) Subject: xfs: convert internal buffer functions to pass maps X-Git-Tag: v3.6-rc1~42^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e85c868a697805a3d4c7800a6bacdfc81d15cdf;p=pandora-kernel.git xfs: convert internal buffer functions to pass maps While the external interface currently uses separate blockno/length variables, we need to move internal interfaces to passing and parsing vector maps. This will then allow us to add external interfaces to support discontiguous buffer maps as the internal code will already support them. Signed-off-by: Dave Chinner Reviewed-by: Christoph Hellwig Signed-off-by: Ben Myers --- Reading git-diff-tree failed