Re: [PATCH v8 01/13] exfat: add in-memory and on-disk structures and headers

From: Markus Elfring
Date: Tue Dec 31 2019 - 09:06:22 EST


â
> +++ b/fs/exfat/exfat_fs.h
â
> +unsigned int exfat_get_entry_type(struct exfat_dentry *p_entry);
â
> +int exfat_calc_num_entries(struct exfat_uni_name *p_uniname);
â
> +int exfat_count_dir_entries(struct super_block *sb, struct exfat_chain *p_dir);
â
> +int exfat_nls_cmp_uniname(struct super_block *sb, unsigned short *a,
> + unsigned short *b);


I have taken another look also at these function declarations.
Please improve the const-correctness here.

Regards,
Markus