… > +++ 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