]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: kill XBF_UNMAPPED
authorChristoph Hellwig <hch@lst.de>
Wed, 7 May 2025 21:59:48 +0000 (14:59 -0700)
committerAndrey Albershteyn <aalbersh@kernel.org>
Wed, 28 May 2025 10:16:39 +0000 (12:16 +0200)
commit94ef61b5bba051b27b94330aa5e14e5609769e07
tree9cc356451bcac7a6839e3f442c1f3d9cf3eef83e
parent6b66b1ab513f90ed7ddd59b167788e1567146dfa
xfs: kill XBF_UNMAPPED

Source kernel commit: a2f790b28512c22f7cf4f420a99e1b008e7098fe

Unmapped buffer access is a pain, so kill it. The switch to large
folios means we rarely pay a vmap penalty for large buffers,
so this functionality is largely unnecessary now.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: "Darrick J. Wong" <djwong@kernel.org>
Signed-off-by: Carlos Maiolino <cem@kernel.org>
libxfs/libxfs_priv.h
libxfs/xfs_ialloc.c
libxfs/xfs_inode_buf.c