]> www.infradead.org Git - users/jedix/linux-maple.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>
Mon, 3 Mar 2025 15:17:09 +0000 (08:17 -0700)
commitaf4f88330df39bfffbf7ae28d3429cd21b809fc3
tree57470ea20ced72aa6472fa90ab7e1069022f00c6
parente50ec7fac81aa271f20ae09868f772ff43a240b0
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