commit | f55039cf8c93d13392669923c386844d8785fed1 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Fri Mar 29 13:50:52 2024 -0700 |
committer | Darrick J. Wong <djwong@kernel.org> | Tue May 21 13:05:33 2024 -0700 |
tree | 8cd38d0e3103b18eeabff0e1abf881577a260a31 | |
parent | 60b64dc340e69ab8e7d695e90efec7bb0e321e0f [diff] |
xfs: expose xfs_bmap_local_to_extents for online repair Allow online repair to call xfs_bmap_local_to_extents and add a void * argument at the end so that online repair can pass its own context. Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Christoph Hellwig <hch@lst.de>