xfs: clean up remaining GFP_NOFS users
authorDave Chinner <dchinner@redhat.com>
Mon, 15 Jan 2024 22:59:49 +0000 (09:59 +1100)
committerChandan Babu R <chandanbabu@kernel.org>
Tue, 13 Feb 2024 12:37:35 +0000 (18:07 +0530)
commit204fae32d5f7b9ac673d3d4f636dcef8697db2f0
treefdf6910a8e1295bc7822ebd100294c4640dee200
parentc704ecb2410e3496314136fa3eb748177936d867
xfs: clean up remaining GFP_NOFS users

These few remaining GFP_NOFS callers do not need to use GFP_NOFS at
all. They are only called from a non-transactional context or cannot
be accessed from memory reclaim due to other constraints. Hence they
can just use GFP_KERNEL.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: "Darrick J. Wong" <djwong@kernel.org>
Signed-off-by: Chandan Babu R <chandanbabu@kernel.org>
fs/xfs/libxfs/xfs_btree_staging.c
fs/xfs/xfs_attr_list.c
fs/xfs/xfs_buf.c