From: Christoph Hellwig Date: Fri, 10 Dec 2010 08:42:22 +0000 (+0000) Subject: xfs: remove xfs_probe_cluster X-Git-Tag: v2.6.38-rc1~44^2~49 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed1e7b7e484dfb64168755613d499f32a97409bd;p=pandora-kernel.git xfs: remove xfs_probe_cluster xfs_map_blocks always calls xfs_bmapi with the XFS_BMAPI_ENTIRE entire flag, which tells it to not cap the extent at the passed in size, but just treat the size as an minimum to map. This means xfs_probe_cluster is entirely useless as we'll always get the whole extent back anyway. Signed-off-by: Christoph Hellwig Reviewed-by: Dave Chinner Signed-off-by: Alex Elder --- Reading git-diff-tree failed