]> www.infradead.org Git - users/dwmw2/linux.git/commit
xfs: clean up log item accesses in xfs_qm_dqflush{,_done}
authorDarrick J. Wong <djwong@kernel.org>
Mon, 2 Dec 2024 18:57:37 +0000 (10:57 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Fri, 13 Dec 2024 01:45:11 +0000 (17:45 -0800)
commitec88b41b932d5731291dcc0d0d63ea13ab8e07d5
treeab7cc36acd3de1d92b825f94d0fe990496dd56cc
parenta40fe30868ba433ac08376e30132400bec067583
xfs: clean up log item accesses in xfs_qm_dqflush{,_done}

Clean up these functions a little bit before we move on to the real
modifications, and make the variable naming consistent for dquot log
items.

Signed-off-by: "Darrick J. Wong" <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
fs/xfs/xfs_dquot.c