From 589820d05a8a3cf6cf73f29d0eee0af923b229a3 Mon Sep 17 00:00:00 2001 From: yaowenrui Date: Wed, 14 Aug 2024 15:54:54 +0800 Subject: [PATCH] =?UTF-8?q?5.10=E5=86=85=E6=A0=B8=E4=BB=93=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E9=80=82=E9=85=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: yaowenrui --- fs/jffs2/jffs2.patch | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fs/jffs2/jffs2.patch b/fs/jffs2/jffs2.patch index eba19047..43668f1b 100644 --- a/fs/jffs2/jffs2.patch +++ b/fs/jffs2/jffs2.patch @@ -6340,7 +6340,7 @@ diff -Nupr old/fs/jffs2/summary.h new/fs/jffs2/summary.h diff -Nupr old/fs/jffs2/super.c new/fs/jffs2/super.c --- old/fs/jffs2/super.c 2022-05-09 17:22:53.000000000 +0800 +++ new/fs/jffs2/super.c 2022-05-09 20:09:32.170000000 +0800 -@@ -9,433 +9,188 @@ +@@ -9,434 +9,188 @@ * */ @@ -6418,6 +6418,7 @@ diff -Nupr old/fs/jffs2/super.c new/fs/jffs2/super.c + c->cleanmarker_size = sizeof(struct jffs2_unknown_node); - mutex_init(&f->sem); +- f->target = NULL; - inode_init_once(&f->vfs_inode); -} + ret = jffs2_do_mount_fs(c);