]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
xfs: remove the meaningless XFS_ALLOC_FLAG_FREEING
authorJinliang Zheng <alexjlzheng@tencent.com>
Fri, 10 Apr 2026 10:11:06 +0000 (18:11 +0800)
committerCarlos Maiolino <cem@kernel.org>
Mon, 27 Apr 2026 08:36:36 +0000 (10:36 +0200)
commitbfb4dc533d0abaca07013dd71e6b5c6f182232b3
tree60b17d07ef8ae6ebcbb46f52767c95db5e334fc2
parent254f49634ee16a731174d2ae34bc50bd5f45e731
xfs: remove the meaningless XFS_ALLOC_FLAG_FREEING

In xfs_refcount_finish_one(), there's no need to pass
XFS_ALLOC_FLAG_FREEING to xfs_alloc_read_agf().

So remove it.

Signed-off-by: Jinliang Zheng <alexjlzheng@tencent.com>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Carlos Maiolino <cem@kernel.org>
fs/xfs/libxfs/xfs_refcount.c