]> Gentwo Git Trees - linux/.git/commit
xfs: move xfs_dquot_tree calls into xfs_qm_dqget_cache_{lookup,insert}
authorChristoph Hellwig <hch@lst.de>
Mon, 10 Nov 2025 13:23:09 +0000 (14:23 +0100)
committerCarlos Maiolino <cem@kernel.org>
Tue, 11 Nov 2025 10:45:58 +0000 (11:45 +0100)
commit13d3c1a045628e8453c31bd49578053c093e7a02
tree7efb66aef27798c4c206e75f56afcdce4caa84e1
parentb6d2ab27cc84b19afdf72eac1361fb343c4e0186
xfs: move xfs_dquot_tree calls into xfs_qm_dqget_cache_{lookup,insert}

These are the low-level functions that needs them, so localize the
(trivial) calculation of the radix tree root there.

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/xfs_dquot.c