]> git.apps.os.sepia.ceph.com Git - xfsprogs-dev.git/commit
xfs: xfs_btree_bload_prep_block() should use __GFP_NOFAIL
authorDave Chinner <dchinner@redhat.com>
Mon, 22 Apr 2024 17:01:14 +0000 (10:01 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Mon, 3 Jun 2024 18:37:41 +0000 (11:37 -0700)
commit4c8774532d45c2e5db8412519f5c28649b46b976
tree00a0c65eb79153261723f0d8e623765a4151a292
parent1928c0f7121f96392bebdca6ec2460810bec7413
xfs: xfs_btree_bload_prep_block() should use __GFP_NOFAIL

Source kernel commit: 3aca0676a1141c4d198f8b3c934435941ba84244

This was missed in the conversion from KM* flags.

Reported-by: Dan Carpenter <dan.carpenter@linaro.org>
Fixes: 10634530f7ba ("xfs: convert kmem_zalloc() to kzalloc()")
Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: "Darrick J. Wong" <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Chandan Babu R <chandanbabu@kernel.org>
Reviewed-by: Carlos Maiolino <cmaiolino@redhat.com>
libxfs/xfs_btree_staging.c