commit | 8501f0e7473a448439154dd85a54addf4e3bcfe3 | [log] [tgz] |
---|---|---|
author | Dave Chinner <dchinner@redhat.com> | Wed Oct 28 07:40:47 2020 +1100 |
committer | Dave Chinner <david@fromorbit.com> | Wed Oct 28 07:40:47 2020 +1100 |
tree | b8315b37f4251cfb0c1228b7479b8be4a5b2f8c6 | |
parent | 5c109670edf97c2a2e4fa4bd4f26390cf714a92a [diff] |
mkfs: hook up suboption parsing to ini files Now we have the config file parsing hooked up and feeding in parameters to mkfs, wire the parameters up to the existing CLI option parsing functions. THis gives the config file exactly the same capabilities and constraints as the command line option specification. Signed-off-by: Dave Chinner <dchinner@redhat.com>