xfs: pass alloc flags through to xfs_extent_busy_flush()
authorDave Chinner <dchinner@redhat.com>
Wed, 28 Jun 2023 18:04:32 +0000 (11:04 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Thu, 29 Jun 2023 16:28:23 +0000 (09:28 -0700)
commit6a2a9d776c4ae24a797e25eed2b9f7f33f756296
treeb787b42906a947ea1f802784e41d5f90e079020a
parentb742d7b4f0e03df25c2a772adcded35044b625ca
xfs: pass alloc flags through to xfs_extent_busy_flush()

To avoid blocking in xfs_extent_busy_flush() when freeing extents
and the only busy extents are held by the current transaction, we
need to pass the XFS_ALLOC_FLAG_FREEING flag context all the way
into xfs_extent_busy_flush().

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Chandan Babu R <chandan.babu@oracle.com>
fs/xfs/libxfs/xfs_alloc.c
fs/xfs/libxfs/xfs_alloc.h
fs/xfs/xfs_extent_busy.c
fs/xfs/xfs_extent_busy.h