xfs: remove xfs_probe_cluster
authorChristoph Hellwig <hch@infradead.org>
Fri, 10 Dec 2010 08:42:22 +0000 (08:42 +0000)
committerAlex Elder <aelder@sgi.com>
Thu, 16 Dec 2010 22:05:57 +0000 (16:05 -0600)
commited1e7b7e484dfb64168755613d499f32a97409bd
tree8f7a7d3feffd6652f1acf3b868bde6157c81c8b5
parent8ff2957d581582890693affc09920108a67cb05d
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 <hch@lst.de>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Alex Elder <aelder@sgi.com>
fs/xfs/linux-2.6/xfs_aops.c