commit | 50bb44c28614205def9e711190842b4c0242ae79 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Tue Aug 29 15:44:11 2017 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Fri Sep 01 10:55:30 2017 -0700 |
tree | 8e55b5bd552f9a22cfaed8723d1b0fd7f02a87fb | |
parent | 67e4e69cb2a7afbffdefd1a0a23a94d1d706c38f [diff] |
xfs: switch xfs_bmap_local_to_extents to use xfs_iext_insert Use the helper instead of open coding it, to provide a better abstraction for the scalable extent list work. This also gets an additional assert and trace point for free. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>