]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs_mkfs: reflink conflicts with zoned file systems for now
authorChristoph Hellwig <hch@lst.de>
Tue, 8 Apr 2025 07:25:44 +0000 (09:25 +0200)
committerChristoph Hellwig <hch@lst.de>
Mon, 14 Apr 2025 05:36:00 +0000 (07:36 +0200)
commit9f4dfb236f2730d0ac402f562f0b03e55747ba1f
tree3b452d826cc837265d82e6681974e036b219cdb0
parent5ef932ae8f8f8c5f5b63f31c220b5729da911516
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