[PATCH v2 0/2] initialize 'struct hfsplus_inode_info' in hfsplus_iget()

ChenXiaoSong posted 2 patches 2 years, 9 months ago
fs/hfsplus/hfsplus_fs.h |  1 +
fs/hfsplus/inode.c      | 35 ++++++++++++++++++++---------------
fs/hfsplus/super.c      |  8 +-------
3 files changed, 22 insertions(+), 22 deletions(-)
[PATCH v2 0/2] initialize 'struct hfsplus_inode_info' in hfsplus_iget()
Posted by ChenXiaoSong 2 years, 9 months ago
ChenXiaoSong (2):
  hfsplus: introduce hfsplus_init_inode() helper
  hfsplus: fix uninit-value in hfsplus_delete_cat()

 fs/hfsplus/hfsplus_fs.h |  1 +
 fs/hfsplus/inode.c      | 35 ++++++++++++++++++++---------------
 fs/hfsplus/super.c      |  8 +-------
 3 files changed, 22 insertions(+), 22 deletions(-)

-- 
2.31.1
Re: [PATCH v2 0/2] initialize 'struct hfsplus_inode_info' in hfsplus_iget()
Posted by ChenXiaoSong 2 years, 8 months ago
Hi Andrew and Viacheslav:

Do you have any suggestions for this patchset ?

在 2022/12/15 16:18, ChenXiaoSong 写道:
> ChenXiaoSong (2):
>    hfsplus: introduce hfsplus_init_inode() helper
>    hfsplus: fix uninit-value in hfsplus_delete_cat()
> 
>   fs/hfsplus/hfsplus_fs.h |  1 +
>   fs/hfsplus/inode.c      | 35 ++++++++++++++++++++---------------
>   fs/hfsplus/super.c      |  8 +-------
>   3 files changed, 22 insertions(+), 22 deletions(-)
>