]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
xfs: separate dquot buffer reads from xfs_dqflush
authorDarrick J. Wong <djwong@kernel.org>
Fri, 7 Feb 2025 19:27:20 +0000 (11:27 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 17 Feb 2025 09:05:45 +0000 (10:05 +0100)
commit08c7027e43a2dfdcf4a9bb04aa8aaf7d2d56f99f
tree98c841d88befc654121b0beb174e7ed85f7f0c8b
parentef24207c99cb6749a6de2ada3c2b9b54d30c9a5d
xfs: separate dquot buffer reads from xfs_dqflush

commit a40fe30868ba433ac08376e30132400bec067583 upstream

The first step towards holding the dquot buffer in the li_buf instead of
reading it in the AIL is to separate the part that reads the buffer from
the actual flush code.  There should be no functional changes.

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
fs/xfs/xfs_dquot.h
fs/xfs/xfs_dquot_item.c
fs/xfs/xfs_qm.c