Revert "ext4: aovid use-after-free in ext4_ext_insert_extent()"

This reverts commit d6a31f504e.
This commit is contained in:
Ksawlii 2024-11-24 00:23:04 +01:00
parent 28ec6970cd
commit 93a6c5ff53

View file

@ -2095,7 +2095,6 @@ prepend:
ppath, newext);
if (err)
goto cleanup;
path = *ppath;
depth = ext_depth(inode);
eh = path[depth].p_hdr;