On 2024/9/2 17:04, Gao Xiang via Linux-erofs wrote:
On Mon, Sep 02, 2024 at 04:52:30PM +0800, Gao Xiang wrote:
On 2024/9/2 16:31, Yiyang Wu wrote:
Remove open coding in erofs_fill_symlink.
Suggested-by: Al Viro <[email protected]>
Link: https://lore.kernel.org/all/20240425222847.GN2118490@ZenIV
Signed-off-by: Yiyang Wu <[email protected]>
If a patch is unchanged, you have two ways to handle:
- resend the patch with new received "Reviewed-by";
- just send the updated [PATCH 2/2] with new version
and `--in-reply-to=<old message id>`.
I will apply this patch first.
I applied this patch as
From b3c5375ceb2944a7e4d34a6fb106ecd4614260d7 Mon Sep 17 00:00:00 2001
From: Yiyang Wu <[email protected]>
Date: Mon, 2 Sep 2024 16:31:46 +0800
Subject: erofs: use kmemdup_nul in erofs_fill_symlink
Remove open coding in erofs_fill_symlink.
Suggested-by: Al Viro <[email protected]>
Link: https://lore.kernel.org/all/20240425222847.GN2118490@ZenIV
Signed-off-by: Yiyang Wu <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Reviewed-by: Gao Xiang <[email protected]>
Signed-off-by: Gao Xiang <[email protected]>
Reviewed-by: Chao Yu <[email protected]>
Thanks,