]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: refactor buffer cancellation table allocation
authorDarrick J. Wong <djwong@kernel.org>
Wed, 22 Jun 2022 19:28:52 +0000 (14:28 -0500)
committerEric Sandeen <sandeen@sandeen.net>
Wed, 22 Jun 2022 19:28:52 +0000 (14:28 -0500)
commitf470603782feb36a2a1ab8c1c3d65b57950d85fa
treedbe00051531460d92ee99164a6dc9468b782b118
parent03032e7792e8d7914271b370a1379c948560f5a7
xfs: refactor buffer cancellation table allocation

Source kernel commit: 2723234923b3294dbcf6019c288c87465e927ed4

Move the code that allocates and frees the buffer cancellation tables
used by log recovery into the file that actually uses the tables.  This
is a precursor to some cleanups and a memory leak fix.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
include/xfs_log_recover.h