On Wed, Sep 10, 2025 at 12:29:21PM -0400, Ralph Siemsen wrote: > > That way we can call parse_extended_opts() multiple times. > > Note this is already occurs in mke2fs: one call to process options > from profile/config file, and another call for command-line args. Sorry, I've had tune2fs on the brain. Mke2fs is different from tune2fs because there's only one path for configuring the newly create file system --- and we have to process the command-line extended options *after* processing the profile/config file options. So in PRS, we need to save each of the -E arguments --- or concatenate them together into a single set of extended options, and keep the call site for parse_extended_options() them where it currently is located - Ted