Re: [PATCH] fix: print ext4 mountopt data_err=abort correctly

From: Theodore Ts'o
Date: Sat Mar 12 2016 - 21:57:16 EST


On Wed, Mar 09, 2016 at 07:30:40PM +0100, Ales Novak wrote:
> If data_err=abort option is specified for an ext3/ext4 mount,
> /proc/mounts does show it as "(null)". This is caused by token2str()
> returning NULL for Opt_data_err_abort (due to its pattern containing
> '=').
>
> This is perhaps more logical solution than the previously submitted,
> handling these 'data_err=' options in other way than MOPT_SET.
>
> Signed-off-by: Ales Novak <alnovak@xxxxxxx>

Thanks, applied.

- Ted