]> www.infradead.org Git - users/hch/xfsprogs.git/commit
mkfs: enable reflink on the realtime device
authorDarrick J. Wong <djwong@kernel.org>
Thu, 15 Aug 2024 18:58:32 +0000 (11:58 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Fri, 16 Aug 2024 21:57:45 +0000 (14:57 -0700)
commit1c7f98b634aa3926e3412b22cdc67a0fc8bb1cd9
tree819340cc2e96ab6f3c08e94d375578e5fd1f9928
parentb8d5af35df227d2f45a9512b80c21b593f31ec28
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
mkfs/xfs_mkfs.c