mbox series

[0/2] udf: convert to new mount API

Message ID ecf5bc91-69fc-45ce-a70c-c0cd84c42766@redhat.com (mailing list archive)
Headers show
Series udf: convert to new mount API | expand

Message

Eric Sandeen Feb. 20, 2024, 9:42 p.m. UTC
2nd version of UDF mount API conversion patch(es)

Patch one changes novrs to a flag like other options as Jan
requested.

Patch two converts to new mount API; changes since V1:

* Fix long lines
* Remove double semicolon
* Ensure we free nls_map as needed in udf_free_fc()
* Use fsparam_flag_no for "adinicb" option
* remove stray/uninitialized char *p; in udf_parse_param()
* avoid assigning invalid [ug]ids to the uopt structure

Thanks,
-Eric

Comments

Jan Kara Feb. 21, 2024, 12:58 p.m. UTC | #1
On Tue 20-02-24 15:42:00, Eric Sandeen wrote:
> 2nd version of UDF mount API conversion patch(es)
> 
> Patch one changes novrs to a flag like other options as Jan
> requested.
> 
> Patch two converts to new mount API; changes since V1:
> 
> * Fix long lines
> * Remove double semicolon
> * Ensure we free nls_map as needed in udf_free_fc()
> * Use fsparam_flag_no for "adinicb" option
> * remove stray/uninitialized char *p; in udf_parse_param()
> * avoid assigning invalid [ug]ids to the uopt structure

Thanks! Everything looks good to me now. I've added the patches to my tree.

								Honza