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

From: Fedor Pchelkin
Date: Sun Nov 17 2024 - 13:44:53 EST


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