]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs_db: Add support to read from external log device
authorChandan Babu R <chandan.babu@oracle.com>
Mon, 6 Nov 2023 13:10:45 +0000 (18:40 +0530)
committerCarlos Maiolino <cem@kernel.org>
Tue, 21 Nov 2023 13:09:36 +0000 (14:09 +0100)
commit0323bbf6b0b3ea25d309b6c1adf0c05770f5cc90
tree3932484dbd046737b071554a4e1417a8a56d7083
parent11926582821406a17e853f8bac7073a5fd0461e3
xfs_db: Add support to read from external log device

This commit introduces a new function set_log_cur() allowing xfs_db to read
from an external log device. This is required by a future commit which will
add the ability to dump metadata from external log devices.

Reviewed-by: "Darrick J. Wong" <djwong@kernel.org>
Signed-off-by: Chandan Babu R <chandan.babu@oracle.com>
Signed-off-by: Carlos Maiolino <cem@kernel.org>
db/io.c
db/io.h
db/metadump.c
db/xfs_metadump.sh
man/man8/xfs_metadump.8