[PATCH 0/2] jffs2: fix a couple of uninit value errors

Fedor Pchelkin pchelkin at ispras.ru
Sun Nov 17 10:44:10 PST 2024


There is a couple of places where uninit value is touched on error
handling paths in jffs2 code. Fix them.

Fedor Pchelkin (2):
  jffs2: initialize filesystem-private inode info in ->alloc_inode
    callback
  jffs2: initialize inocache earlier

 fs/jffs2/fs.c       | 2 --
 fs/jffs2/os-linux.h | 1 +
 fs/jffs2/super.c    | 3 ++-
 3 files changed, 3 insertions(+), 3 deletions(-)

-- 
2.39.5




More information about the linux-mtd mailing list