Re: [PATCH] erofs: clean up erofs_ishare_fill_inode()
From: Chao Yu
Date: Tue Jun 16 2026 - 07:35:06 EST
On 6/7/26 17:21, Gao Xiang wrote:
- Use the shorthand `si` to replace the overly long `sharedinode`;
- Introduce erofs_warn() and get rid of barely-used _erofs_printk();
- Get rid of the variable `hash`;
- Simplify error paths.
Cc: Hongbo Li <lihongbo22@xxxxxxxxxx>
Signed-off-by: Gao Xiang <hsiangkao@xxxxxxxxxxxxxxxxx>
Reviewed-by: Chao Yu <chao@xxxxxxxxxx>
Thanks,