On Wed, Apr 09, 2025 at 11:59:21AM -0700, Darrick J. Wong wrote: > > + /* > > + * Force the rtinherit flag on the root inode for zoned file > > + * systems as they use the data device only as a metadata > > + * container. > > + */ > > + cli->fsx.fsx_xflags |= FS_XFLAG_RTINHERIT; > > If the caller specified -d rtinherit=0, this will override their choice. > Perhaps only do this if !cli_opt_set(&dopts, D_RTINHERIT) ? I can > imagine people trying to combine a large SSD and a large SMR drive and > wanting to be able to store files on both devices. Sounds reasonable.