We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1176c01 commit 1c6f9ebCopy full SHA for 1c6f9eb
unblob/handlers/filesystem/yaffs.py
@@ -425,7 +425,8 @@ def insert_entry(self, entry: YAFFSEntry):
425
# or the file got truncated / rewritten.
426
# Given that YAFFS is a log filesystem, whichever chunk comes
427
# last takes precendence.
428
- self.file_entries.remove_node(entry.object_id)
+ self.file_entries.update_node(entry.object_id, data=entry)
429
+ return
430
431
if entry.object_id == entry.parent_obj_id:
432
self.file_entries.create_node(
0 commit comments