]> www.infradead.org Git - users/hch/xfs.git/commit
xfs: disable reflink for zoned file systems
authorChristoph Hellwig <hch@lst.de>
Sat, 21 Dec 2024 08:41:49 +0000 (08:41 +0000)
committerChristoph Hellwig <hch@lst.de>
Wed, 26 Feb 2025 01:19:39 +0000 (17:19 -0800)
commit1c75eddb362820f57c8001c88bd7b6dcb16f270e
tree37ad6956e71e10089045ef54a33b7911c46d6b59
parentb03d606ec68c44ee326b5ba99d289676d732713a
xfs: disable reflink for zoned file systems

While the zoned on-disk format supports reflinks, the GC code currently
always unshares reflinks when moving blocks to new zones, thus making the
feature unusuable.  Disable reflinks until the GC code is refcount aware.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: "Darrick J. Wong" <djwong@kernel.org>
fs/xfs/xfs_super.c