Re: [PATCH v3 0/4] xfs: fix perag iteration raciness
From: "Darrick J. Wong" <djwong@kernel.org>
Date: 2021-10-14 20:16:31
From: "Darrick J. Wong" <djwong@kernel.org>
Date: 2021-10-14 20:16:31
On Thu, Oct 14, 2021 at 01:58:58PM -0400, Brian Foster wrote:
v3: - Code style, Fixes: and RvB: tags. v2: https://lore.kernel.org/linux-xfs/20211012165203.1354826-1-bfoster@redhat.com/ (local) - Factoring and patch granularity. v1: https://lore.kernel.org/linux-xfs/20211007125053.1096868-1-bfoster@redhat.com/ (local)
Applied, thanks! --D
Brian Foster (4): xfs: fold perag loop iteration logic into helper function xfs: rename the next_agno perag iteration variable xfs: terminate perag iteration reliably on agcount xfs: fix perag reference leak on iteration race with growfs fs/xfs/libxfs/xfs_ag.h | 36 +++++++++++++++++++++--------------- 1 file changed, 21 insertions(+), 15 deletions(-) -- 2.31.1