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

From: Markus Elfring
Date: Wed Nov 20 2019 - 15:24:30 EST


â
> +++ b/fs/exfat/exfat_fs.h
â
> +/* balloc.c */
> +int exfat_load_bitmap(struct super_block *sb);
â

Such function declarations were grouped according to the mentioned
source file.
How do you think about to include them from separate header files
for the desired programming interface?

Regards,
Markus