RE: [PATCH 07/13] exfat: add bitmap operations

From: Namjae Jeon
Date: Mon Nov 18 2019 - 00:05:28 EST


> â
> > +++ b/fs/exfat/balloc.c
> â
> +int exfat_count_used_clusters(struct super_block *sb, unsigned int
> *ret_count)
> +{
> â
> + /* FIXME : abnormal bitmap count should be handled as more smart */
> + if (total_clus < count)
> + count = total_clus;
>
> Would you like to improve any implementation details according to this
> comment?
Yes, Will improve it on V2.

Thanks!
>
> Regards,
> Markus