[PATCH V3 0/2] erofs: refactor fast_symlink and read_inode

Yiyang Wu posted 2 patches 1 year, 3 months ago
There is a newer version of this series
fs/erofs/inode.c | 126 ++++++++++++++++++++++-------------------------
1 file changed, 58 insertions(+), 68 deletions(-)
[PATCH V3 0/2] erofs: refactor fast_symlink and read_inode
Posted by Yiyang Wu 1 year, 3 months ago
This patchset is response to the original suggestions posted here[1].
Since my later work is somehow related to this issue, i think it's
better to deal with it first.

Changes in V2:
  1. Lift the erofs_fill_symlink patch to 1/2
  2. Fix code styles problems in read_inode patch.
  3. Fix the formatting problems caused by clang-format.

Changes in V3:
  1. Remove some redundant variables and statements in both patches.

[1]: https://lore.kernel.org/all/20240425222847.GN2118490@ZenIV/

Yiyang Wu (2):
  erofs: use kmemdup_nul in erofs_fill_symlink
  erofs: refactor read_inode calling convention

 fs/erofs/inode.c | 126 ++++++++++++++++++++++-------------------------
 1 file changed, 58 insertions(+), 68 deletions(-)

-- 
2.46.0