[PATCH v2 0/2] ext4: fix possible null pointer dereference in ext4_get_group_info
From: Baokun Li
Date: Fri Jan 06 2023 - 21:57:09 EST
V1->V2:
In PATCH 1/2, -EFSCORRUPTED instead of -ESTALE is returned for
special inode errors, and extra parentheses are removed.
Baokun Li (2):
ext4: fail ext4_iget if special inode unallocated
ext4: update s_journal_inum if it changes after journal replay
fs/ext4/inode.c | 18 ++++++++----------
fs/ext4/super.c | 7 +++++--
2 files changed, 13 insertions(+), 12 deletions(-)
--
2.31.1