summaryrefslogtreecommitdiff
path: root/samples
diff options
context:
space:
mode:
authorDave Chinner <dchinner@redhat.com>2023-02-13 01:14:55 +0300
committerDave Chinner <dchinner@redhat.com>2023-02-13 01:14:55 +0300
commit8f7747ad8c52cde585b9456f6dbd1984af7b97bc (patch)
treeed3c6af2a35b2148556a1ad7688e77bb46e25b51 /samples
parent05cf492a8d01f48d4b8d8f0b93f2d75de7349f12 (diff)
downloadlinux-8f7747ad8c52cde585b9456f6dbd1984af7b97bc.tar.xz
xfs: move xfs_bmap_btalloc_filestreams() to xfs_filestreams.c
xfs_bmap_btalloc_filestreams() calls two filestreams functions to select the AG to allocate from. Both those functions end up in the same selection function that iterates all AGs multiple times. Worst case, xfs_bmap_btalloc_filestreams() can iterate all AGs 4 times just to select the initial AG to allocate in. Move the AG selection to fs/xfs/xfs_filestreams.c as a single interface so that the inefficient AG interation is contained entirely within the filestreams code. This will allow the implementation to be simplified and made more efficient in future patches. Signed-off-by: Dave Chinner <dchinner@redhat.com> Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Diffstat (limited to 'samples')
0 files changed, 0 insertions, 0 deletions