On Wed, Jul 07, 2021 at 12:20:07PM +0200, Pavel Reichl wrote: > +_require_names_are_bytes() { > + case "$FSTYP" in > + ext2|ext3|ext4|xfs|btrfs) > + # do nothing > + ;; > + *) > + _notrun "$FSTYP does now allow unrestricted byte streams for names" "now" should be "not" above, I believe. Other than that, Reviewed-by: Theodore Ts'o <tytso@xxxxxxx> - Ted