]> www.infradead.org Git - users/hch/xfsprogs.git/commit
mkfs: enable reflink on the realtime device
authorDarrick J. Wong <djwong@kernel.org>
Tue, 15 Oct 2024 19:44:49 +0000 (12:44 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Thu, 17 Oct 2024 17:33:19 +0000 (10:33 -0700)
commit3f20e8d2cb124b2f88406976d9ffb095515b614c
treefa8070eb0b478b1f2361b489f6beabaf8b2a8222
parenta0a5837bee07c77b2dc4ec2f55e8a72c03803c76
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>
libxfs/init.c
libxfs/libxfs_api_defs.h
mkfs/xfs_mkfs.c