]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
xfs: remove xrep_trans_{alloc,cancel}_hook_dummy
authorChristoph Hellwig <hch@lst.de>
Wed, 16 Jul 2025 12:43:17 +0000 (14:43 +0200)
committerCarlos Maiolino <cem@kernel.org>
Thu, 24 Jul 2025 15:30:13 +0000 (17:30 +0200)
commite4a1df35be5d98ffbfb2a919211380167b350c29
treec4662de3a7fe2470236a60925f417e56f35c554d
parent92176e32464c97179eadf26fbd1f82d642180e9b
xfs: remove xrep_trans_{alloc,cancel}_hook_dummy

XFS stopped using current->journal_info in commit f2e812c1522d ("xfs:
don't use current->journal_info"), so there is no point in saving and
restoring it.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Carlos Maiolino <cem@kernel.org>
fs/xfs/scrub/repair.c
fs/xfs/scrub/repair.h
fs/xfs/scrub/rmap_repair.c
fs/xfs/scrub/rtrmap_repair.c