Re: [PATCHv2] vfs: Handle file systems without ->parse_params better

From: Randy Dunlap
Date: Thu Dec 12 2019 - 17:50:05 EST


typo:

On 12/12/19 2:41 PM, Laura Abbott wrote:
> +/**
> + * ignore_unknowns_parse_param - ->parse_param function for a file system that

ignore_unknown_parse_param

> + * takes no arguments
> + * @fc: The filesystem context
> + * @param: The parameter.
> + */
> +static int ignore_unknown_parse_param(struct fs_context *fc, struct fs_parameter *param)

thanks.
--
~Randy