]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs_mkfs: reject -K or zoned file systems
authorChristoph Hellwig <hch@lst.de>
Wed, 20 Nov 2024 07:00:02 +0000 (08:00 +0100)
committerChristoph Hellwig <hch@lst.de>
Thu, 21 Nov 2024 09:19:40 +0000 (10:19 +0100)
commit2e00bd05ca8682e8ef6c5a4d80b9a9a020d17ea9
tree6de34302618d1024b15f8023794c32331cb955db
parenta1a365c5084917caad93dc8f4b7e66326fd8dba6
xfs_mkfs: reject -K or zoned file systems

For actual zones resetting them is required to get a working file system.
For zoned file systems on conventional devices is is not strictly
required, but absolutely essential to get good physical data placements.

Signed-off-by: Christoph Hellwig <hch@lst.de>
mkfs/xfs_mkfs.c