]> git.apps.os.sepia.ceph.com Git - xfsprogs-dev.git/commit
xfs_logprint: move all code to set up the fake xlog into logstat()
authorChristoph Hellwig <hch@lst.de>
Mon, 11 Dec 2023 16:37:24 +0000 (17:37 +0100)
committerCarlos Maiolino <cem@kernel.org>
Mon, 18 Dec 2023 13:57:48 +0000 (14:57 +0100)
commit7b17b49e7e46e6e581f15b1d9c344258415c313e
treeb41df1b6a95eb2f04ac232575475e40a0ec71bda
parent732f5b90422b52fccafc4cf715700a72b1d9a947
xfs_logprint: move all code to set up the fake xlog into logstat()

Isolate the code that sets up the fake xlog into the logstat() helper to
prepare for upcoming changes.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Carlos Maiolino <cmaiolino@redhat.com>
Signed-off-by: Carlos Maiolino <cem@kernel.org>
logprint/logprint.c