]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
mkfs: enable reflink on the realtime device
authorDarrick J. Wong <djwong@kernel.org>
Mon, 24 Feb 2025 18:22:07 +0000 (10:22 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 25 Feb 2025 17:16:02 +0000 (09:16 -0800)
commit17408f8871e100b2987174b6cf480ee68e44e1a3
treed35542c165d270a8fa26cfd7f41971cf39b49e3e
parentc811cfb491a4d6e9af88c1b32eca72417aaada19
mkfs: enable reflink on the realtime device

Allow the creation of filesystems with both reflink and realtime volumes
enabled.  For now we don't support a realtime extent size > 1.

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