mbox series

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

Message ID 20221215081820.948990-1-chenxiaosong2@huawei.com (mailing list archive)
Headers show
Series initialize 'struct hfsplus_inode_info' in hfsplus_iget() | expand

Message

ChenXiaoSong Dec. 15, 2022, 8:18 a.m. UTC
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(-)

Comments

ChenXiaoSong Jan. 13, 2023, 3:43 a.m. UTC | #1
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(-)
>