commit | 5c109670edf97c2a2e4fa4bd4f26390cf714a92a | [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 | 4aef589ee7048ffacef3fff24f08c7befe780593 | |
parent | 8f189609cd3175f238804c9eec3fcd2533080dd7 [diff] |
mkfs: constify various strings Because the ini parser uses const strings and so the opt parsing needs to be told about it to avoid compiler warnings. Signed-off-by: Dave Chinner <dchinner@redhat.com> Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>