]> www.infradead.org Git - users/dwmw2/linux.git/commit
xfs: separate dquot buffer reads from xfs_dqflush
authorDarrick J. Wong <djwong@kernel.org>
Mon, 2 Dec 2024 18:57:36 +0000 (10:57 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Fri, 13 Dec 2024 01:45:11 +0000 (17:45 -0800)
commita40fe30868ba433ac08376e30132400bec067583
treeddcf07f4c383eb194b5450b237bb4ca88842a6bb
parent07137e925fa951646325762bda6bd2503dfe64c6
xfs: separate dquot buffer reads from xfs_dqflush

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