]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: refactor near mode alloc bnobt scan into separate function
authorBrian Foster <bfoster@redhat.com>
Thu, 16 Jan 2020 22:13:32 +0000 (17:13 -0500)
committerEric Sandeen <sandeen@redhat.com>
Thu, 16 Jan 2020 22:13:32 +0000 (17:13 -0500)
commitd0ebd9ee9e0a9f52bd8b8c4f07500eff3c11faa6
tree9accd8bd75ce88fae5dcf25230eab62da6ea40f3
parent4f2eee5af5966ede4c8540373663c1f17d02a8b0
xfs: refactor near mode alloc bnobt scan into separate function

Source kernel commit: 0e26d5ca4a40211a4e2acd15a5cb229184c1f867

In preparation to enhance the near mode allocation bnobt scan algorithm, lift
it into a separate function. No functional changes.

Signed-off-by: Brian Foster <bfoster@redhat.com>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
libxfs/xfs_alloc.c