Hi Chengguang,

Thanks a lot for the patch, previously I've sent a patch to fix most
inconsistent comments including below one, could you check that?

https://lore.kernel.org/linux-f2fs-devel/20190927102305.11587-1-yuch...@huawei.com/T/#u

Thanks,

On 2019/9/28 9:40, Chengguang Xu via Linux-f2fs-devel wrote:
> Fix a mismatched comment in f2fs_shrink_count().
> 
> Signed-off-by: Chengguang Xu <cgxu...@zoho.com.cn>
> ---
>  fs/f2fs/shrinker.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/fs/f2fs/shrinker.c b/fs/f2fs/shrinker.c
> index a467aca29cfe..d66de5999a26 100644
> --- a/fs/f2fs/shrinker.c
> +++ b/fs/f2fs/shrinker.c
> @@ -58,7 +58,7 @@ unsigned long f2fs_shrink_count(struct shrinker *shrink,
>               /* count extent cache entries */
>               count += __count_extent_cache(sbi);
>  
> -             /* shrink clean nat cache entries */
> +             /* count clean nat cache entries */
>               count += __count_nat_entries(sbi);
>  
>               /* count free nids cache entries */
> 


_______________________________________________
Linux-f2fs-devel mailing list
Linux-f2fs-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel

Reply via email to