commit | 25d78dba3a65c70159c5507205f42c9e2d3d6e37 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Tue Oct 15 12:43:47 2024 -0700 |
committer | Darrick J. Wong <djwong@kernel.org> | Tue Nov 05 13:33:55 2024 -0800 |
tree | 8001ace8406081eda8120a245e042478ff16f293 | |
parent | 5482bec45ffc304a8bcbb26d1254a22f0d88751d [diff] |
xfs_db: access realtime file blocks Now that we have the ability to point the io cursor at the realtime device, let's make it so that the "dblock" command can walk the contents of realtime files. Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Christoph Hellwig <hch@lst.de>