]> git.apps.os.sepia.ceph.com Git - xfsprogs-dev.git/commit
xfs: turn the allocbt cursor active field into a btree flag
authorChristoph Hellwig <hch@lst.de>
Mon, 22 Apr 2024 17:00:58 +0000 (10:00 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Mon, 3 Jun 2024 18:37:37 +0000 (11:37 -0700)
commit6f53a21f91b49a075fc878f80d1ae7959244a081
tree1bec5a56f576d7c3dcda8cd830efe79452ed1841
parent601230d07d1f708dff835a740af4dba87f5d34b6
xfs: turn the allocbt cursor active field into a btree flag

Source kernel commit: b20775ed644af0cbaee9632ad63ae6ec5ee502cc

Add a new XFS_BTREE_ALLOCBT_ACTIVE flag to replace the active field.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Carlos Maiolino <cmaiolino@redhat.com>
libxfs/xfs_alloc.c
libxfs/xfs_alloc_btree.c
libxfs/xfs_btree.h