commit | b23e152753fe3ce520eb5da33aa348029e61882c | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Wed Oct 16 13:19:12 2024 -0700 |
committer | Darrick J. Wong <djwong@kernel.org> | Thu Oct 17 10:33:01 2024 -0700 |
tree | 17fa9d5c831e543a13f7cfe1ffd9f0977eba94d2 | |
parent | 7e59abb27328f944315c6f893b138e30bf23a51c [diff] |
xfs: don't use __GFP_RETRY_MAYFAIL in xfs_initialize_perag __GFP_RETRY_MAYFAIL increases the likelyhood of allocations to fail, which isn't really helpful during log recovery. Remove the flag and stick to the default GFP_KERNEL policies. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Brian Foster <bfoster@redhat.com> Reviewed-by: Darrick J. Wong <djwong@kernel.org> Signed-off-by: Darrick J. Wong <djwong@kernel.org>