VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
author: Ernesto A. Fernández <ernesto.mnd.fernandez@gmail.com> 2018-10-30 15:06:04 -0700 committer: Linus Torvalds <torvalds@linux-foundation.org> 2018-10-31 08:54:13 -0700 commit: 19a9d0f1acf75e8be8cfba19c1a34e941846fa2b parent: 0a3021d4f5295aa073c7bf5c5e4de60a2e292578
Commit Summary:
hfsplus: fix BUG on bnode parent update
Diffstat:
1 file changed, 1 insertion, 0 deletions
diff --git a/fs/hfsplus/brec.c b/fs/hfsplus/brec.c
index aa17a392b414..1918544a7871 100644
--- a/fs/hfsplus/brec.c
+++ b/fs/hfsplus/brec.c
@@ -449,6 +449,7 @@ skip:
 			/* restore search_key */
 			hfs_bnode_read_key(node, fd->search_key, 14);
 		}
+		new_node = NULL;
 	}
 
 	if (!rec && node->parent)