commit | ed1e7b7e484dfb64168755613d499f32a97409bd | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@infradead.org> | Fri Dec 10 08:42:22 2010 +0000 |
committer | Alex Elder <aelder@sgi.com> | Thu Dec 16 16:05:57 2010 -0600 |
tree | 8f7a7d3feffd6652f1acf3b868bde6157c81c8b5 | |
parent | 8ff2957d581582890693affc09920108a67cb05d [diff] |
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>