diff options
author | Christoph Hellwig <hch@lst.de> | 2025-07-16 14:43:14 +0200 |
---|---|---|
committer | Carlos Maiolino <cem@kernel.org> | 2025-07-24 17:30:13 +0200 |
commit | 60538b0b54b38819fa94b2815b5d89863b074526 (patch) | |
tree | 65e984c0f39fadb1a3b98c6a1ac8ed5ad091a4df /scripts/lib/kdoc/kdoc_output.py | |
parent | 83a80e95e797a2a6d14bf7983e5e6eecf8f5facb (diff) |
xfs: don't use xfs_trans_reserve in xfs_trans_roll
xfs_trans_roll uses xfs_trans_reserve to basically just call into
xfs_log_regrant while bypassing the reset of xfs_trans_reserve.
Open code the call to xfs_log_regrant in xfs_trans_roll and simplify
xfs_trans_reserve now that it never regrants and always asks for a log
reservation.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Carlos Maiolino <cem@kernel.org>
Diffstat (limited to 'scripts/lib/kdoc/kdoc_output.py')
0 files changed, 0 insertions, 0 deletions