On Tue, 26 Aug 2025 12:37:17 -0700, Tony Dinh wrote:
> Don't invoke ext4fs_deinit() in ext4fs_write() if the failure occurs
> during initialization. It would result in a crash since ext4fs_init()
> has already done that.
>
>
Applied to u-boot/next, thanks!
[1/1] fs: ext4fs: Add initialization
On Tue, Aug 26, 2025 at 12:37:17PM -0700, Tony Dinh wrote:
> Don't invoke ext4fs_deinit() in ext4fs_write() if the failure occurs
> during initialization. It would result in a crash since ext4fs_init()
> has already done that.
>
> Signed-off-by: Tony Dinh
Reviewed-by: Tom Rini
--
Tom
signa
Don't invoke ext4fs_deinit() in ext4fs_write() if the failure occurs
during initialization. It would result in a crash since ext4fs_init()
has already done that.
Signed-off-by: Tony Dinh
---
fs/ext4/ext4_write.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/fs/ext4/ext4_
3 matches
Mail list logo