commit | f54d1e7379b4062c8c42e2fc34642c1e274276bc | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Mon Feb 03 12:28:28 2025 -0800 |
committer | Darrick J. Wong <djwong@kernel.org> | Mon Feb 24 11:03:41 2025 -0800 |
tree | d35542c165d270a8fa26cfd7f41971cf39b49e3e | |
parent | cb9c6b15c7ad88e0c05b5b0d47c901d19e6276c0 [diff] |
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>