]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs_mkfs: reflink conflicts with zoned file systems for now
authorChristoph Hellwig <hch@lst.de>
Mon, 14 Apr 2025 05:36:17 +0000 (07:36 +0200)
committerAndrey Albershteyn <aalbersh@kernel.org>
Tue, 29 Apr 2025 16:11:09 +0000 (18:11 +0200)
commita5142cfe6d1cd08c0e104bd52ecd313e3d89630d
tree44ac99df31cf5b1a3006fd2136cb2a2bed381033
parent308f80b53f5e5d73e7a98c3fd3111e2152a7d199
xfs_mkfs: reflink conflicts with zoned file systems for now

Don't allow reflink on zoned file system until garbage collections learns
how to deal with shared extents and doesn't blindly unshare them.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
mkfs/xfs_mkfs.c