]> www.infradead.org Git - users/hch/xfs.git/commit
xfs: refactor reflink quota updates
authorDarrick J. Wong <djwong@kernel.org>
Tue, 15 Oct 2024 19:40:25 +0000 (12:40 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 5 Nov 2024 21:36:31 +0000 (13:36 -0800)
commitf9e98be8c7aec305ca96667ce9e391e4e8969ceb
tree676be5d8b4b8e85ed6bd230ef8e18916849d43da
parent7758a5f5347e07ea90948dbdd9c64d169bc0301d
xfs: refactor reflink quota updates

Hoist all quota updates for reflink into a helper function, since things
are about to become more complicated.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
fs/xfs/xfs_reflink.c