Re: [PATCH] erofs: clean up erofs_ishare_fill_inode()
Chao Yu <[email protected]>
| Newsgroups | org.ozlabs.lists.linux-erofs,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]> > Signed-off-by: Gao Xiang <[email protected]> Reviewed-by: Chao Yu <[email protected]> Thanks,