]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs: wire up a new inode fork type for the realtime rmap
authorDarrick J. Wong <djwong@kernel.org>
Tue, 7 Mar 2023 03:55:53 +0000 (19:55 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Wed, 22 Nov 2023 23:03:37 +0000 (15:03 -0800)
commitbd2b36fcafb851294f1ffc95844f07650e42c34c
tree8e556246ef37acdb798d6c14fe3894ec2b10d0aa
parentbb4896ca174e67cb834f5528bef70a1751717b67
xfs: wire up a new inode fork type for the realtime rmap

Plumb in the pieces we need to embed the root of the realtime rmap
btree in an inode's data fork, complete with new fork type and
on-disk interpretation functions.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
libxfs/xfs_format.h
libxfs/xfs_inode_fork.c
libxfs/xfs_rtrmap_btree.c
libxfs/xfs_rtrmap_btree.h