On 2020/6/16 10:39, Wang Xiaojun wrote:
> The parameter compr is unused in the f2fs_cluster_blocks function
> so we no longer need to pass it as a parameter.
>
> Signed-off-by: Wang Xiaojun
Reviewed-by: Chao Yu
Thanks,
___
Linux-f2fs-devel mailing
The parameter compr is unused in the f2fs_cluster_blocks function
so we no longer need to pass it as a parameter.
Signed-off-by: Wang Xiaojun
---
fs/f2fs/compress.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/fs/f2fs/compress.c b/fs/f2fs/compress.c
index df7b2d15eac