Re: [PATCH V2] ubifs: Call ubifs_iput when ubifs_iget is used

2024-08-10 Thread Heiko Schocher
Hello Micahel, On 10.08.24 14:57, Michael Trimarchi wrote: The inode should be freed after a reference is get to avoid memory leak Tested-by: Alexander Dahl Link: https://lore.kernel.org/u-boot/b698ec3e-d857-6512-8cc9-4edcab0a4...@denx.de/T/#t Link: https://lore.kernel.org/all/8f3a7059-6330-

[PATCH V2] ubifs: Call ubifs_iput when ubifs_iget is used

2024-08-10 Thread Michael Trimarchi
The inode should be freed after a reference is get to avoid memory leak Tested-by: Alexander Dahl Link: https://lore.kernel.org/u-boot/b698ec3e-d857-6512-8cc9-4edcab0a4...@denx.de/T/#t Link: https://lore.kernel.org/all/8f3a7059-6330-f332-8e9f-729b853e0...@denx.de/T/ Co-Developed-by: Heiko Schoc