]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
xfs: clean up log item accesses in xfs_qm_dqflush{,_done}
authorDarrick J. Wong <djwong@kernel.org>
Fri, 7 Feb 2025 19:27:35 +0000 (11:27 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 17 Feb 2025 09:05:45 +0000 (10:05 +0100)
commite2150d6ced90bb519010f2ea81d53db321035ef6
tree424d7184c1dd262db89d5fc460cc89cb099c6235
parent08c7027e43a2dfdcf4a9bb04aa8aaf7d2d56f99f
xfs: clean up log item accesses in xfs_qm_dqflush{,_done}

commit ec88b41b932d5731291dcc0d0d63ea13ab8e07d5 upstream

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/xfs/xfs_dquot.c